form#wrapperform {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
@media (min-width: 1400px) {
  form#wrapperform {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
form#wrapperform label#rate-slide-instruction {
  display: none;
}
form#wrapperform input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  max-width: 500px;
  display: inline-block;
  /* Specific width is required for Firefox. */
}
form#wrapperform input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
form#wrapperform input[type=range]:focus::-ms-fill-upper {
  background: #fff;
}
form#wrapperform input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
form#wrapperform input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
form#wrapperform input[type=range]::-ms-thumb {
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 30px;
  background: #1c3f95;
  cursor: pointer;
}
form#wrapperform input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
form#wrapperform input[type=range] ::-ms-fill-lower {
  background: #fff;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #ccc, 0px 0px 1px #0d0d0d;
}
form#wrapperform input[type=range]:focus::-ms-fill-lower {
  background: #1c3f95;
}
form#wrapperform input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #ccc, 0px 0px 1px #0d0d0d;
}
form#wrapperform input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 30px;
  background: #1c3f95;
  cursor: pointer;
  margin-top: -5px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; Add cool effects to your sliders! */
}
form#wrapperform input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 4px 1px #bfbfbf;
  -moz-box-shadow: 1px 2px 4px 1px #bfbfbf;
  box-shadow: 1px 2px 4px 1px #bfbfbf;
  background: #fff;
  border-radius: 3px;
  border: 0.2px solid #ccc;
  margin-top: 5px;
}
form#wrapperform input[type=range]::-moz-range-thumb {
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 30px;
  background: #1c3f95;
  cursor: pointer;
}
form#wrapperform input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ccc, 0px 0px 1px #0d0d0d;
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid #ccc;
}
form#wrapperform input#loan-amount {
  font-size: 24px;
  padding: 10px 5px 5px 5px;
  border-radius: 5px;
  border: 0.2px solid #bfbfbf;
  -webkit-box-shadow: 2px 3px 7px 1px #bfbfbf;
  -moz-box-shadow: 2px 3px 7px 1px #bfbfbf;
  box-shadow: 2px 3px 7px 1px #bfbfbf;
  background-repeat: no-repeat;
  background-position: 2% 80%;
  width: 100%;
  max-width: 335px;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: right;
  color: #1c3f95;
  margin-top: 20px;
}
@media (min-width: 1400px) {
  form#wrapperform input#loan-amount {
    margin-top: 0;
  }
}
input#UsernameField {
  background-image: none;
  font-size: 14px;
  padding-top: 2px;
  margin-top: 0px;
}
div#disclaimer {
  font-size: 10px;
  line-height: 120%;
  color: black;
  text-align: left;
  margin-top: 60px;
}
input.form-control.searchbox {
  background-image: none;
  font-size: 14px;
  padding-top: 2px;
  text-align: left;
  margin-top: 0px;
}
.content_rates_table {
  margin-bottom: 20px;
  width: 100%;
}
.content_rates_table_fields {
  background-color: #414853;
  color: #FFF;
  font-weight: 700;
}
.content_rates_table_row_highlight {
  color: #0a6104;
  background-color: #B6FF00;
}
.region table td table td {
  padding: 2px;
}
.regions_rates_table_row1,
.regions_rates_table_row2 {
  font-family: 'Vollkorn', serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  padding: 15px 3px;
}
.regions_rates_table_effectivedate {
  font-size: 9px;
}
.regions_rates_table {
  width: 100%;
}
table.regions_rates_table > tbody > tr > td {
  width: 60px;
  padding: 7.5px 5px;
  text-align: center;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
table.regions_rates_table > tbody > tr > td p {
  font-size: 12px;
  line-height: 1;
}
table.regions_rates_table > tbody > tr > td * {
  margin: 0;
}
.regions > p {
  padding: 5px 50px;
  margin-bottom: 0;
}
tr.active-rate-row {
  cursor: pointer;
}
#rateheader,
span#rate-title {
  font-size: 14px;
}
span#loan-rate {
  display: block;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
span#loan-interest,
span#interest-title {
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
tr.activated {
  background: white;
}
tr.activated > td:first-child {
  position: relative;
}
tr.activated > td:first-child:before {
  display: inline-block;
  position: absolute;
  content: ' ';
  background: url(/templates/genfed_2020/images/hover-heart-yellow.png);
  width: 17px;
  height: 18px;
  left: 0;
  top: 15px;
}
@media (min-width: 1024px) {
  tr.activated > td:first-child:before {
    left: -20px;
    top: 5px;
  }
}
#wantToSaveMore {
  text-align: left;
}
#wantToSaveMore a {
  font-size: 20px;
}
td.arrow {
  background-position: 2% 40%;
  background-repeat: no-repeat;
}
td.regions_rates_table_row {
  font-size: 14px;
}
.rate-table-fields {
  border-bottom: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
div#rate-slider-output-wrap {
  font-size: 32px;
  font-weight: 600;
  color: #d1472d;
}
div#rate-slider-output-wrap span#rate-slider-output-amount {
  font-family: 'Lato', sans-serif;
  font-size: 68px;
  font-weight: 900;
  color: #d1472d;
}
div#rate-slider-output-wrap span#rate-slider-output-term {
  font-family: 'Vollkorn', serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
a.view-all-rates-btn {
  display: inline-block;
  background: #1c3f95;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  min-width: 163px;
  text-align: center;
}
a.view-all-rates-btn:hover,
a.view-all-rates-btn:active {
  text-decoration: none;
}
button#rate-slider-cta,
button#rate-slider-cta2 {
  background: #1c3f95;
  color: white;
  border-radius: 25px;
  padding: 10px 30px;
  border: 0;
  font-weight: 600;
  font-size: 24px;
  margin: 5px;
}
.aprnote {
  font-size: 10px;
  width: 100%;
  max-width: 180px;
}
h3#payment-message {
  font-family: 'Vollkorn', serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
div.rate-drop-switch {
  margin-top: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid white;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  background-color: #fdb813;
  font-family: Lato;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 21px 24px;
  border-radius: 20px;
}
div.rate-drop-switch.active {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.boxwrap.region-table {
  padding: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .boxwrap.region-table {
    padding: 30px 50px;
  }
}
div.rate-drop-switch > img {
  float: right;
  margin: 5px 20px 0px 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.flipped {
  -ms-transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}
div.rate-drop-box {
  width: 100%;
  height: auto;
  min-height: 260px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: none;
  padding-bottom: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
div.rate-drop-box .regions .region-table p {
  margin: 0;
}
.rate-slider-inputs {
  width: 100%;
}
.rate-slider > .row {
  padding: 0 15px;
}
.mid-section-wrap h2 {
  color: #071d53;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  border-bottom: 1px solid white;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}
.mid-section-wrap h3 {
  color: #071d53;
  font-family: 'Lato', sans-serif;
}
.mid-section-wrap .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#fivefiveCTA {
  font-size: 32px;
  display: block;
  text-decoration: underline;
}
h3#sentConfirm {
  text-align: center;
  font-size: 32px;
  color: #1c3f95;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}
#rate-slide-instruction-mob {
  display: none;
}
.code_block {
  margin-bottom: 10px;
}
.boxtop,
.code_block_indiv_top {
  padding: 15px 0 0;
}
.rate-slider-output {
  text-align: center;
  margin-top: 50px;
}
div#rate-slider-top-text {
  padding: 20px 0;
}
@media (max-width: 1050px) {
  table.regions_rates_table > tbody > tr > td {
    padding: 10px 12.5px;
  }
}
@media (max-width: 991px) {
  table.regions_rates_table > tbody > tr > td {
    padding: 10px 30px;
  }
  #rate-slider-container {
    padding: 0;
  }
  div#rate-box-container {
    padding: 0;
    margin-bottom: 15px;
  }
  button#rate-slider-cta,
  button#rate-slider-cta2 {
    font-size: 20px;
  }
  #fivefiveCTA {
    font-size: 20px;
  }
  div#rate-slider-output-wrap {
    font-size: 20px;
  }
  #rate-slide-instruction {
    display: none;
  }
  #rate-slide-instruction-mob {
    display: block;
    text-align: center;
    margin: 15px;
  }
  .rate-slider-output {
    text-align: center;
  }
  a#rate-slider-cta-a {
    display: inline-block;
  }
  #payment-message {
    font-size: 20px;
  }
  /* Special styling for WebKit/Blink */
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0px solid #000000;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #1c3f95;
    cursor: pointer;
    margin-top: -15px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; Add cool effects to your sliders! */
  }
  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
    border: 0px solid #000000;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #1c3f95;
    cursor: pointer;
  }
  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
    border: 0px solid #000000;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #1c3f95;
    cursor: pointer;
  }
  div#cta-slider {
    margin-top: 10px;
  }
  div#rate-slider-top-text {
    margin: 15px 0;
  }
  div#rate-slider-top-text > div.col-xs-3,
  div#rate-slider-top-text > div.col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
