.esl-css .form-content div,
.esl-css .form-content label,
.esl-css .form-content input,
.esl-css .form-content button {
  color: #292c2e;
  font-family: "SourceSansRegular";
  /*font-weight:bold;*/

}

.esl-css .form-content div,
.esl-css .form-content input,
.esl-css .form-content button {
  font-size: 16px;
}

.esl-css .form-contents select {
  border: 1px solid #dedede;
  height: 45px;
  text-indent: 12px;
  /*background: url('_images/dropdown-arrow.png') no-repeat scroll #ffffff 91% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

.esl-css .form-content button.submit {
  background-color: #C20000;
  min-width: 150px;
}

.esl-css .form-content .submit {
  border: 0px;
  height: 45px;
  color: #FFF;
  font-weight: bold;
  background-color: #336699;
  min-width: 45px;
  margin-bottom: 50px;
}

.esl-css .form-content .error {
  color: #C20000;
  font-weight: bold;
}

.esl-css .form-content input.ng-dirty.ng-invalid {
  border-color: #C20000;
}

/* Ignore for now
.form-content .valid span{
    color: #88A122;
    font-weight: bold;
}

.form-content input.ng-dirty.ng-valid{
	border-color: #88A122;
}
*/

.esl-css .form-content button[disabled] {
  background-color: #CCCCCC;
}
.esl-css .currencyamount .amount {
  width: 100%;
  margin-right: 2%;
  position: relative;
}

.esl-css .frequencyamount .clearfix {
  clear: both;
}

@media (max-width: 768px) {
  .esl-css .frequencyamount .amount {
    margin-bottom: 10px;
  }
}
.esl-css .calltoaction {
  min-height: 110px;
  padding-top: 32px;

  font-family: 'SourceSansRegular';
}

.esl-css .calltoaction button {
  height: 45px;
  margin-bottom: 20px;
}

.esl-css .calltoaction div.callus {
  width: 155px;
}

.esl-css .calltoaction div.callus .phone {
  font-weight: bold;

  color: #000;
}

.esl-css .calltoaction button.btn-callme {
  background-color: #be0d00;
  color: #ffffff;
  font-weight: bold;
  width: 160px;
  height: 40px;
  margin-right: 10px;
}

.esl-css .calltoaction button.btn-callme.green {
  background-color: #697F00;
}

.esl-css .calltoaction .callus {
  height: 45px;
  width: 120px;
  display: inline-block;
  top: -8px;
  position: relative;
}

.esl-css .calltoaction button.btn-emailme {
  background-color: #6c7682;
  color: #ffffff;
  font-weight: bold;
  width: 240px;
}

.esl-css .calltoaction button.btn-help,
.esl-css .calltoaction button.btn-print {
  background-image: url('angularjsrendererUI/css/images/calltoaction-icons.png');
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  width: 25px;
  background-position: 0 8px;
}

.esl-css .calltoaction button.btn-help {
  margin-right: 10px;
}

.esl-css .calltoaction button.btn-print {
  //background-position: -35px 8px;
  width: 30px;
  margin-left: 15px;
  padding: 0;
}

@media (max-width: 768px) {
  .esl-css .calltoaction button.btn-emailme {
    margin-bottom: 5px;
  }

  .esl-css .calltoaction div.callus {
    top: 15px;
    margin-bottom: 0px;
  }

  .esl-css .calltoaction button.btn-callme,
  .esl-css .calltoaction button.btn-emailme,
  .esl-css .calltoaction div.callus {
    display: block;
    margin: 0 auto;
    height: 40px;
  }
}

.esl-css .calltoactionform {
  padding-bottom: 40px;
}

.esl-css .calltoactionform .calltoaction-footer .btn-submit {
  width: 155px;
  height: 43px;
}

.esl-css .calltoactionform .calltoaction-footer {
  padding: 0px 50px;
}

.esl-css .calltoactionform .section>.header h2 {
  font-size: 35pt;
  color: #000;
}

.esl-css .calltoactionform a {
  color: #C20000;
  text-decoration: underline;
}

.esl-css .calltoactionform .calltoaction-footer .disclaimer-privacy-policy {
  margin-top: 30px;
  font-size: 12px;
}

.esl-css .calltoactionform .group,
.esl-css .calltoactionform .section>.body,
.esl-css .calltoactionform .group>.body {
  margin-bottom: 0px;
}
.esl-css .field {
  margin: 0px 0px 10px 0px;
}
.esl-css input[type=email],
.esl-css input[type=text],
.esl-css input[type=number],
.esl-css select {
  font-weight: normal;
  width: 100%;
  height: 45px;
}

.esl-css .select-wrap {
  width: 100%;
  margin-bottom: 0px;
}
.esl-css .ratetermselector a.switcher {
  display: inline-block;
  margin-top: 5px;
  color: #C20000;
  text-decoration: underline;
  border: none;
}

.esl-css .calltoaction div.callus a {
  border: medium none;
}


.esl-css .page h1 {
  color: #C20000;
  margin: 0px 0px 5px 0px;
  font-size: 50pt;
  padding: 0px;
}

.esl-css .page .description {
  font-size: 18px;
  font-family: "SourceSansRegular";
}

.esl-css .page .help {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin-bottom:15px;

}

.esl-css .page .help > a {
  color: #767676;
  font-size: 14px;
}

@media (max-width: 767px) {
  .esl-css .page {
    padding: 0;
  }

  .esl-css .container {
    padding: 0;
    max-width: 100%;
  }

  .esl-css .section>.header .description {
    width: 100%;
    margin: 0 auto;
  }
}

@media print {
  .esl-css .calltoaction {
    display: none;
  }

  .esl-css #header-container,
  .esl-css footer {
    display: none;
  }
}
.esl-css .section>.header h2 {
  font-family: 'SourceSansRegular';
  font-size: 40pt;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  color: #C20000;
}

.esl-css .section>.header .description {
  font-size: 12px;
}

.esl-css .section>.header,
.esl-css .section>.body,
.esl-css .section>.footer {
  margin-bottom: 50px;
}

/*space between each row within a section*/

.esl-css .section>.row {
  margin-bottom: 20px;
}

.esl-css .section {
  padding: 20px;
}

.esl-css .section-0 {
  background-color: #FFF;
}

.esl-css .section-1 {
  background-color: #F3F4F6;
}

.esl-css .page .section .help > a {
  font-size: 16px;
  color: #C20000;
}

.esl-css .section>.footer .navigationButtons button {
  width: 144px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.esl-css .page.page-thankyou .navigationButtons {
  padding-bottom: 30px;
}

.esl-css .page.page-thankyou .navigationButtons .btn {
  width: 140px;
}

.esl-css .page.page-thankyou .navigationButtons .btn:first-child {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .esl-css .container {
    padding: 0;
  }

  .esl-css .section {
    padding: 20px 15px;
  }

  .esl-css .section>.header .description {
    width: 80%;
    margin: 0 auto;
  }

  .esl-css .section>.header h2 {
    font-size: 30pt;
  }

  .esl-css .section>.footer .navigationButtons {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .esl-css .section>.footer .navigationButtons button {
    width: 46%;
    margin: 20px 0 0 0;
    float: left;
  }

  .esl-css .section>.footer .navigationButtons button:first-child {
    margin-right: 4%;
  }

  .esl-css .section>.body,
  .esl-css .section>.footer {
    margin-bottom: 0;
  }

  .esl-css .page.page-thankyou .navigationButtons .btn {
    width: 100%;
    display: block;
  }

  .esl-css .page.page-thankyou .navigationButtons .btn:first-child {
    margin-bottom: 15px;
  }
}
.esl-css .iteration {
  margin: 0px 00px 20px 0px;
}
.esl-css .group>.header h3 {
  font-family: 'SourceSansRegular';
  font-size: 18pt;
  margin: 0px;
  font-weight: bold;
}

.esl-css .group>.header {
  margin-bottom: 20px;
}

.esl-css .group,
.esl-css .group>.body {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .esl-css .group,
  .esl-css .group>.body {
    margin-bottom: 0;
  }
}

.esl-css .group.border-top {
  border-top: 1px solid black;
  padding-top: 10px;
}

.esl-css button.add-iteration {
  width: auto;
}
.esl-css .table th,
.esl-css .table td.content {
  text-align: right;
}

.esl-css .table tr,
.esl-css .table-hover td.content {
  font-weight: normal;
}

.esl-css .table-hover td.content {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.esl-css .table-hover tr {
  border-top: thin solid;
}

.esl-css .table-hover th {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.esl-css .table-hover .row-bold td.content {
  font-weight: bold;
}
.esl-css button.btn {
  font-weight: bold;
}

.esl-css button.btn.btn-red {
  background-color: #C20000;
  color: #FFFFFF;
}

.esl-css button.btn.btn-gray {
  background-color: #738089;
  color: #FFFFFF;
}
.esl-css .form-content .factsbubble {
  height: 160px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 160px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin: 20px 0px;
}

.esl-css .form-content .text-center .factsbubble {
  margin-left: auto;
  margin-right: auto;
}

.esl-css .form-content .factsbubble .title {
  padding-top: 10px;
  height: 32px;
}

.esl-css .form-content .factsbubble .title.additionalTitle {
  min-height: 22px;
}

.esl-css .form-content .factsbubble .dropdown {
  height: 24px;
  width: 65%;
}

.esl-css .form-content .factsbubble .description {
  font-weight: bold;
  font-size: 30pt;
  height: 50px;
  line-height: 50px;
}

.esl-css .form-content .factsbubble.dark {
  background-color: #000000;
}

.esl-css .form-content .factsbubble.dark div {
  color: #FFFFFF;
}

.esl-css .form-content .factsbubble.white {
  background-color: #FFFFFF;
  color: #000;
  border: 2px solid #000000;
}

.esl-css .form-content .factsbubble.darkgrey {
  background-color: #738089;
  border: 2px solid #738089;
  color: #fff;
}

.esl-css .form-content .factsbubble.darkgrey div {
  color: #fff;
}



.esl-css .form-content .factsbubble.grey {
  background-color: #737F89;
  color: #FFFFFF;
  border: 2px solid #737F89;
}

.esl-css .form-content .factsbubble.white .title {
  color: #000000;
}

.esl-css .form-content .factsbubble.grey .textColor {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .esl-css .form-content .factsbubble .title.additionalTitle,
  .esl-css .form-content .factsbubble .hint {
    font-size: 14px;
    font-family: SourceSansRegular, Helvetica, Arial, sans-serif;
  }

  .esl-css .form-content .factsbubble .description {
    font-family: SourceSansBold, Helvetica, Arial, sans-serif;
    font-size: 30px;
  }

  .esl-css .businessLoanCalculators #sectionBody div.factsbubble .content {
    margin-top: 30px;
  }
}
.esl-css .progressbar-bottom {
  height: 40px;
  background-color: #282C2D;
  width: 100%;
  position: fixed;
  bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
}

.esl-css .progressbar-bottom-inner {
  margin-top: 8px;
  position: relative;
  width: 100%;
  height: 10px;
  margin-top: 15px;
}

.esl-css .progressbar-bottom-inner .progressbar-bottom-bar {
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: #C2CDD6;
  padding-right: 80px;
}

.esl-css .progressbar-bottom-inner .progressbar-bottom-text {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  width: 120px;
  position: absolute;
  top: 0px;
  height: 40px;
  right: 0px;
  background-color: #282C2D;
}

.esl-css .progressbar-bottom-inner .progressbar-bottom-progress {
  height: 100%;
  background-color: #be0d00;
}
.esl-css .slider .tooltip-inner {
  background-color: #C3CDD6;
}

.esl-css .slider .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #C3CDD6;
}

.esl-css .slider.slider-horizontal .slider-track {
  height: 12px;
}

.esl-css .slider.slider-horizontal .slider-tick,
.esl-css .slider.slider-horizontal .slider-handle {
  margin-top: -4px;
}

.esl-css .slider .tooltip-inner {
  font-weight: bold;
}

.esl-css .slider-track-low,
.esl-css .slider-track-high {
  border-radius: 6px;
}

.esl-css .slider {
  width: 100%;
}

.esl-css .slider .slider-handle {
  background-image: url("angularjsrendererUI/css/images/slider-icon.png");
}

.esl-css .slider .slider-selection {
  /*background-image: url("angularjsrendererUI/css/images/slider-step-active.png");*/
  background: #C20000;
  border-radius: 6px;
  background-size: 60px 100%;
}

.esl-css .slider .slider-track {
  /*background-image: url("angularjsrendererUI/css/images/slider-step-inactive.png");*/
  background: #C3CDD6;
  background-size: 60px 100%;
}
.esl-css .col-xs-1,
.esl-css .col-sm-1,
.esl-css .col-md-1,
.esl-css .col-lg-1,
.esl-css .col-xs-2,
.esl-css .col-sm-2,
.esl-css .col-md-2,
.esl-css .col-lg-2,
.esl-css .col-xs-3,
.esl-css .col-sm-3,
.esl-css .col-md-3,
.esl-css .col-lg-3,
.esl-css .col-xs-4,
.esl-css .col-sm-4,
.esl-css .col-md-4,
.esl-css .col-lg-4,
.esl-css .col-xs-5,
.esl-css .col-sm-5,
.esl-css .col-md-5,
.esl-css .col-lg-5,
.esl-css .col-xs-6,
.esl-css .col-sm-6,
.esl-css .col-md-6,
.esl-css .col-lg-6,
.esl-css .col-xs-7,
.esl-css .col-sm-7,
.esl-css .col-md-7,
.esl-css .col-lg-7,
.esl-css .col-xs-8,
.esl-css .col-sm-8,
.esl-css .col-md-8,
.esl-css .col-lg-8,
.esl-css .col-xs-9,
.esl-css .col-sm-9,
.esl-css .col-md-9,
.esl-css .col-lg-9,
.esl-css .col-xs-10,
.esl-css .col-sm-10,
.esl-css .col-md-10,
.esl-css .col-lg-10,
.esl-css .col-xs-11,
.esl-css .col-sm-11,
.esl-css .col-md-11,
.esl-css .col-lg-11,
.esl-css .col-xs-12,
.esl-css .col-sm-12,
.esl-css .col-md-12,
.esl-css .col-lg-12 {
  /*padding-right: 0px;
    padding-left: 15px;*/
}
