html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.s-hidden {
  visibility: hidden;
  padding-right: 10px
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  color: #9e9e9e;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  padding: 10px
}
.select:hover {
  border: 1px solid #005a8c
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px;
  background-color: #fff;
  font-weight: 700;
  color: #005a8c;
  border-radius: 5px
}
.styledSelect:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #005a8c transparent transparent transparent;
  position: absolute;
  top: 17px;
  right: 15px
}
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}
.options li {
  padding: 10px 6px;
  margin: 5px;
  border-bottom: solid 1px #f8f8f8
}
li:last-child {
  border-bottom: none
}
.options li:hover {
  background-color: #005a8c;
  color: #ffffff;
  border-radius: 5px
}
.placeholder-shown {
  font-weight: 400;
  color: #9e9e9e
}
@-webkit-keyframes throbber-loader {
  0% {
    background: #dde2e7
  }
  10% {
    background: #005a8c
  }
  40% {
    background: #dde2e7
  }
}
@keyframes throbber-loader {
  0% {
    background: #dde2e7
  }
  10% {
    background: #005a8c
  }
  40% {
    background: #dde2e7
  }
}
.throbber-loader:not(:required) {
  -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
  animation: throbber-loader 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 1.6em;
  border-radius: 5px
}
.throbber-loader:not(:required)::before, .throbber-loader:not(:required)::after {
  background: #dde2e7;
  content: '&nbsp;';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
  border-radius: 5px
}
.throbber-loader:not(:required)::before {
  -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
  animation: throbber-loader 2000ms 150ms infinite ease-out;
  left: -1.6em
}
.throbber-loader:not(:required)::after {
  -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
  animation: throbber-loader 2000ms 450ms infinite ease-out;
  right: -1.6em
}
.throbber-wrapper {
  width: 10%;
  margin: auto
}
.ghost-listing {
  margin: 20px;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px 2px #e9e9e9;
  box-shadow: 0 0 7px 2px #e9e9e9;
  background: #fff
}
.ghost-listing .ghost-logo {
  width: 128px;
  height: 64px;
  background: #f8f8f8;
  border-radius: 10px
}
.ghost-listing .ghost-content {
  width: 100%
}
.ghost-listing .ghost-content .ghost-title {
  width: 70%;
  margin-bottom: 15px;
  background: #f8f8f8;
  height: 30px
}
.ghost-listing .ghost-content .ghost-li {
  width: 100%;
  margin-bottom: 8px;
  background: #f8f8f8;
  height: 16px
}
.ghost-listing .ghost-button {
  background: #f8f8f8;
  height: 36px;
  border-radius: 10px
}
p, h1, h2, h3, h4, h5, h6, img, .mobile-cancel, .listing_title, .listing_description, .cta, .overlay_content .overlay_submit, .overlay_content .progress-step {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
/*  font-size: 11pt;*/
  font-weight: 400;
  line-height: 20pt;
  color: #000000
}
.unselected {
  cursor: pointer;
  background: #f8f8f8
}
.unselected h6 {
  padding: 20px;
  font-weight: 400;
  color: #9e9e9e;
  text-align: center
}
.unselected h6:hover {
  color: #005a8c
}
.selected {
  cursor: pointer;
  background: #fff
}
.selected h6 {
  padding: 20px;
  color: #005a8c;
  text-align: center
}
body {
  background: #fcfcfc
}
.body-container {
  position: relative
}
.container {
  max-width: 1170px
}
h1, h2, h3, h4, h5, h6 {
  padding: 15px 0;
  font-weight: 700
}
img {
  font-size: 24px;
  font-weight: 700
}
a {
  font-weight: 700;
  color: #005a8c;
  text-decoration: none
}
sup {
  vertical-align: super;
  font-size: smaller
}
.accent-color {
  color: #005a8c
}
.bold {
  font-weight: 700
}
.view-mobile {
  display: none
}
.header-wrapper {
  background: #fff
}
.header-content {
  padding: 10px 15px
}
@media (max-width: 540px) {
  .header-content {
    padding: 0
  }
}
@media (max-width: 540px) {
  .header-content h3 {
    display: none
  }
}
.header-content img {
  width: 200px
}
@media (max-width: 540px) {
  .header-content img {
    position: absolute;
    top: 15px;
    left: 44%;
    z-index: 90;
    width: 200px;
    margin-left: -75px
  }
}
.main-logo {
  display: block
}
@media (max-width: 540px) {
  .main-logo {
    display: none
  }
}
.main-logo-white {
  display: none
}
@media (max-width: 540px) {
  .main-logo-white {
    display: block
  }
}
.title-wrapper {
  position: relative;
  background-color: #9e9e9e;
  background-image: url("header-1500.jpg");
  background-position: center;
  background-size: cover
}
@media (max-width: 540px) {
  .title-wrapper {
    background-image: url("header-375.jpg")
  }
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #101f30;
  opacity: 0.8
}
.title-content {
  padding: 20px 0 25px
}
@media (max-width: 540px) {
  .title-content {
    padding: 25px 0 10px
  }
}
.lander-title {
  padding: 15px 0 0;
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 500;
/*  letter-spacing: 0.05em;*/
  opacity: 1;
  line-height:normal;
}
@media (max-width: 540px) {
  .lander-title {
    padding-top: 42px;
    font-size: 24px;
    text-align: center
  }
}
.lander-date {
  padding-top: 12px;
  font-size: 24px;
  color: #005a8c
}
.lander-desc {
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #fff
}
.updated {
	color: #fff;
	font-size: 20px;
	font-weight: 600;

	text-align: center;
}
.updated .fa-check {
   color: #73AD21;
   padding-right: 5px;
   font-size: 24px;
}
@media (max-width: 767.98px) {
.updated {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
    margin-top: 20px;
}
}
@media (max-width: 540px) {
  .lander-desc {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
  }
}
.verified-logo {
   text-align: right;
   margin: 20px 0 20px 0;
}
.verified-logo-img {
    max-width: 160px;
}
.verified-logo-img img {
    vertical-align: middle;
    border-style: none;
}
@media (max-width: 1023.98px) {
.verified-logo {
   display: none;
}
}
.toggle-filters {
  display: none;
  width: 225px;
  padding: 13px;
  margin: auto;
  margin-top: 25px;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-size: 14px;
  font-weight: 700;
  color: #005a8c;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  border: 2px solid #005a8c;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px 2px #e9e9e9;
  box-shadow: 0 0 7px 2px #e9e9e9
}
.sidebar-filters {
  margin-top: 25px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}
form {
  background: #fff
}
.filter-options {
  padding: 25px 25px 0px 25px
}
.filter-wrap {
  padding-bottom: 20px
}
label {
  display: block;
  width: 100%;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #9e9e9e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
input {
  width: 100%;
  padding: 11px;
  overflow: visible;
  border: solid 1px #d7d7d7;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s
}
textarea:focus, input:focus {
  outline: none
}
.input-text:hover {
  border: solid 1px #005a8c
}
.input-text:focus {
  border: solid 1px #005a8c;
  -webkit-box-shadow: 0 1px 4px rgba(215, 215, 215, 0.7) inset;
  box-shadow: 0 1px 4px rgba(215, 215, 215, 0.7) inset
}
.fa-square {
  margin-right: 5px
}
.fa-check, .fa-times {
  margin-right: 5px
}
.offer-update-wrap {
  padding: 0 25px 25px
}
#offer_update {
  width: 100%;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background: #005a8c;
  border: none;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s
}
#offer_update:hover {
  background: #11bbfc
}
#offer_update:focus {
  outline: none
}
#offer_update.offer-updated {
  background: #73AD21;
  -webkit-transition: 0.5s;
  transition: 0.5s
}
.refresh-text {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}
.mobile-cancel {
  display: none;
  width: 100%;
  padding-top: 15px;
  color: #005a8c;
  text-align: center;
  cursor: pointer;
  background: #fff
}
.exit_pop_wrapper {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(16, 31, 48, 0.8);
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  overflow-y: scroll;
  z-index: 199
}
.exit_pop_content {
  position: relative;
  background: #ffffff;
  background-image: url("exit-bg-1.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 670px;
  width: 95%;
  max-width: 550px;
  margin: 50px auto;
  padding: 20px 0px 180px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3)
}
.exit_pop_content .listing_container {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent
}
.exit_pop_content .listing_container:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}
.exit_pop_content .listing_title {
  text-align: left
}
.exit_pop_content .secondary_cta {
  display: none
}
.exit_pop_content .right_column {
  margin-top: 30px
}
.exit_pop_content .middle_column {
  margin-top: 25px
}
.exit_pop_content .middle_column .fa-check, .exit_pop_content .middle_column .fa-times {
  margin-right: 10px
}
.exit_pop_content .listing-disclosure {
  display: none
}
.exit_pop_content span.listing_arrow {
  display: none
}
.exit_pop_content .cta {
  width: 60%;
  margin: 0 auto;
  background: #73AD21;
  padding: 10px 5px
}
.exit_pop_content .cta:hover {
  background: #00dc5b
}
.exit_pop_content .listing_description {
  text-align: left;
  margin-top: 15px
}
.exit_pop_content .listing_description li {
  font-size: 16px;
  padding-bottom: 15px;
  display: inline-block
}
.exit_pop_content .listing_description li br {
  display: none
}
.exit_header {
  font-size: 20px
}
.exit_close {
  position: absolute;
  top: 5px;
  right: 25px;
  width: 20px;
  height: 20px;
  background-image: url("close-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer
}
.offer-wrapper {
  padding: 0;
  background-color: #fcfcfc
}
@media (max-width: 540px) {
  .offer-wrapper {
    padding: 5px 0 20px
  }
}
#listings {
  margin-top: 25px
}
@media (max-width: 540px) {
  #listings {
    margin-top: 20px
  }
}
#listings_best {
  padding-top: 20px;
  margin-top: 40px;
  border-top: solid 1px #d7d7d7
}
#listings_best .listing_arrow {
  display: none
}
.provider_logo {
  width: 250px;
}
.provider_logo {
  width: 100%
}
@media (max-width: 540px) {
  .provider_logo {
    margin: auto
  }
}
.provider_logo img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto;
  padding: 0;
  margin-top: 15px;
}
.listing_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px 0 20px 0;
/*  cursor: pointer;*/
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px 2px #e9e9e9;
  box-shadow: 0 0 7px 2px #e9e9e9;
  -webkit-box-shadow: 0 1px 3px rgba(158, 158, 158, 0.7);
  box-shadow: 0 1px 3px rgba(158, 158, 158, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s
}
.listing_container:hover {
  -webkit-box-shadow: 0 0 7px 2px #dcdcdc;
  box-shadow: 0 0 7px 2px #dcdcdc
}
.highlight {
  position: relative;
  border: solid 1px #f9c221
}
.highlight .cta {
/*  color: #000000;*/
  background: #f9c221
}
.highlight .cta:hover {
  background: #73AD21;
}
.highlight:hover {
  border: solid 1px #f9c221
}
span.listing_arrow {
  position: absolute;
  top: 0;
  left: 0;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
}
.listing_container.group {
  position: relative
}
span.listing_arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 26px;
  padding: 8px;
  margin: -1px 0 0 -1px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  content: attr(data-content);
  background: #e2e2e2;
  border-radius: 5px 0
}
span.listing_arrow.num_1:before {
/*  color: #111211;*/
  background: #f9c221
}
span.listing_arrow.best:before {
  width: 138px;
}
.listing_ad_name {
  display: none
}
.listing_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  border-bottom: #E1E1E1 1px solid;
  margin-bottom: 10px;
}
.listing_title .our-rating {
  width: 48%;
  display: inline-block;
  color: #777;
  font-weight: normal;
}
.listing_title .price {
  width: 45%;
  display: inline-block;
/*  border-left: solid 1px #e1e1e1;*/
  padding: 0 10px 5px 10px;
}
.listing_title .price .price-text {
  display: block;
  color: #777;
  padding-bottom: 4px;
  font-weight: normal;
}
.listing_title .price .new-price {
  color: #73AD21;
  display: inline;
  font-size: 20px;
}
.listing_title .price .old-price {
  display: inline;
  color: #ff0000;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  text-decoration: line-through;
}
.listing_description ul {
  font-size: 16px;
  width: 48%;
  vertical-align: top;
  display: inline-block;
}
.listing_description .left-ul {
  margin-right: 10px;
  width: 48%;
}
@media (max-width: 1023.98px) {
	.listing_description ul, .listing_description .left-ul {
	    width: 100%;
	}
}
@media (max-width: 767.98px) {
.listing_title {
  margin-top: 5px;
}
.listing_title .our-rating{
  display: none;	
}
.listing_title .price {
  width: 100%;
/*  display: inline-block;*/
/*  border-left: solid 1px #e1e1e1;*/
  padding: 0 10px 5px 10px;
}
.listing_title .price .price-text {
  display: inline;
  color: #777;
  padding-bottom: 4px;
  padding-right: 10px;
}
.listing_title .price .new-price {
  font-size: 16px;
}
.listing_title .price .old-price {
  font-size: 14px;
  margin-left: 20px;
  text-decoration: line-through;
}
}
	
/*
@media (min-width: 540px) {
  .listing_description {
    margin-top: -15px
  }
}
*/
.middle_column {
  border-left: #E1E1E1 1px solid;
}
.middle_column .our-rating li {
  display: inline;
  line-height: 18px
}
.middle_column .fa-check {
  color: #73AD21
}
.middle_column .fa-times {
  color: #ff0000
}
.right_column {
  border-left: #E1E1E1 1px solid;
}
.cta {
  width: 100%;
  padding: 5px;
  text-align: center;
/*  background: #c40000;*/
  background: #f9c221;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display : block;
}
.cta:hover {
  background: #73AD21;
}
.lesser-focus {
    opacity: 0.65;
}
.black-text {
  color: #000000;
}
.listing-disclosure {
  margin-top: 10px;
  display: block;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  color: #2f2f2f;
  text-align: center;
  font-size: 16px;
  font-weight: 400
}
.listing-disclosure:hover {
    color: #005a8c;
}
.listings-disclosure-bg {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(16, 31, 48, 0.8);
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center
}
.disclosure-overlay-wrapper {
  z-index: 100;
  position: absolute;
  top: 50px;
  background-color: #fff;
  border-radius: 5px;
  width: 40%;
  left: 30%
}
@media (max-width: 540px) {
  .disclosure-overlay-wrapper {
    width: 90%;
    left: 5%
  }
}
.listings-disclosure-overlay {
  overflow-y: auto;
  max-height: 70vh
}
.listings-disclosure-close {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #005a8c;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer
}
.listings-disclosure-content {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.listings-disclosure-content p {
  line-height: 130%;
  margin-bottom: 15px
}
.listings-disclosure-content strong {
  font-weight: 700;
  text-transform: uppercase
}
.listings-disclosure-content .disclosure-list-title {
  font-weight: 700;
  margin-bottom: 10px
}
.listings-disclosure-content .disclosure-section-title {
  font-weight: 700;
  padding-top: 5px
}
.listings-disclosure-ol {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  margin-left: 20px;
  list-style: decimal;
  font-size: 16px;
  color: #000000
}
.listings-disclosure-ol li {
  margin-bottom: 15px;
  line-height: 130%
}
.listings-disclosure-list {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-size: 16px;
  color: #000000;
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 15px
}
.listings-disclosure-list li {
  margin-bottom: 10px;
  line-height: 130%
}
.listings-disclosure-list li:last-of-type {
  margin-bottom: 0
}
.listing_expand {
  display: none
}
.secondary_cta {
  display: block;
  margin-top: 15px;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.1s;
  transition: 0.1s
}
.secondary_cta a:hover {
  color: #1ebffc
}
.w-100 {
  width: 100%
}
.top_listing {
  position: relative;
  padding-top: 60px;
  border: 1px solid #73AD21
}
.top_listing .fa-star {
  padding: 0 10px
}
.header_best {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  background: #73AD21;
  border: 1px solid #73AD21;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}
.header_best p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 540px) {
  .header_best p  {
    font-size: 16px;
  }
}
.summary-wrapper {
  margin-top: 20px;
/*  margin-bottom: 20px;*/
}
.summary-section {
/*
  padding-top: 50px;
  padding-bottom: 40px;
*/
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
}
.summary-section p{
  font-size: 18px;
  margin:0px 0px 15px;
}
.summary-section p .bold{
  font-weight: 700;
}
.summary-section .scroll-down-entry{
  text-decoration: underline;
}
@media (min-width: 540px) {
  .summary-section {
/*
    padding-top: 35px;
    padding-bottom: 25px
*/
  }
  .summary-section .visible-mobile {
    display: none;
  }
}
@media (max-width: 540px) {
  .summary-section .visible-desktop {
    display: none;
  }
}
.summary-inner {
/*
  border-top: solid 2px #d7d7d7;
  border-bottom: solid 2px #d7d7d7
*/
}
.summary-title {
  text-align: left;
  font-size: 24px;
  padding-top: 0;
/*  padding-bottom: 10px*/
}
@media (max-width: 540px) {
  .summary-title {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 130%;
/*
    padding-left: 20px;
    padding-right: 20px
*/
  }
}
.summary-subtitle {
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
/*  margin-bottom: 15px*/
}
@media (max-width: 540px) {
  .summary-subtitle {
    font-size: 16px
  }
}
.top-lenders-wrapper .content-subtitle {
  text-align: center
}
.content-para {
  line-height: 150%;
/*  margin-bottom: 15px;*/
  font-size: 16px
}
@media (max-width: 540px) {
  .content-para {
    font-size: 16px
  }
}
.summary-list-base {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  list-style: disc;
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px
}
@media (max-width: 540px) {
  .summary-list-base {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.summary-list-base li {
  margin-bottom: 15px;
  font-size: 16px
}
@media (max-width: 540px) {
  .content-list-base li {
    font-size: 16px
  }
}
@media (max-width: 540px) {
  .top-lenders-wrapper {
    display: none
  }
}


.content-wrapper {
/*  margin-top: 20px;*/
  margin-bottom: 20px
}
.content-section {
/*  padding-top: 50px;*/
  padding-bottom: 40px;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
}
@media (max-width: 540px) {
  .content-section {
/*    padding-top: 35px;*/
    padding-bottom: 25px
  }
}
.content-inner {
/*
  border-top: solid 2px #d7d7d7;
  border-bottom: solid 2px #d7d7d7
*/
}
.content-section .summary-box {
    padding: 15px !important;
    background: #fff0c7 !important;
}
.content-section .quote {
	background: #fff3cd;
    border: 1px dashed #ff8000;
    text-align: center;
    padding: 20px;
	margin-bottom: 20px;
}
.content-section .quote p {
	margin: 0
}
.content-section .quote em {
	font-style: italic;
}
.content-section .quote sup {
	top: -.5em;
    position: relative;
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
}
.content-section p {
	font-size: 18px;
    margin-bottom: 20px;
}

.content-section p a {
    color: #005a8c;
    font-weight: 500;
}

.content-section p.quote {
    background: #d2e7f5;
    color: #03204c;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 30px 20px;
    margin-top: 30px;
    position: relative;
}

.content-section p.quote:after {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.5rem;
    position: absolute;
    top: -25px;
    right: 20px;
    color: #03204c;
}
.content-section .img-container {
    display: block;
}

.content-section .img-container img {
    display: block;
/*    margin: 0 auto;*/
    max-width: 100%;
    height: auto;
}
.content-section .bold {
	font-weight: 700;
}
.content-section .checkbox-list {
	margin-bottom: 20px;
}

.content-section .checkbox-list li {
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 1.125rem;
	color: #000000;
	line-height:1.5
}

.content-section .checkbox-list li i {
	margin-right: 5px;
	color: #73AD21;
	font-size: 1.375rem;
	vertical-align: middle;
}

.content-section .checkbox-list li span {
	vertical-align: middle;
}

.content-section .checkbox-list li:last-child {
	margin-bottom: 0;
}
.content-section ol.small-list {
    padding-left: 40px;
    list-style: decimal;
    margin-bottom: 20px;
}

.content-section ol.small-list li {
    padding: 3px 0;
	line-height:1.5
}

.content-section ol.small-list li a {
    color: #005a8c;
}
.content-section p video {
    display: block;
    width: 100%;
    height: auto;
}
.content-section ul.small-list-unordered {
    padding-left: 40px;
    list-style: square;
    margin-bottom: 20px
}

.content-section ul.small-list-unordered li {
    padding: 3px 0
}

.content-section ul.small-list-unordered li a {
    color: #005a8c
}
.content-section .entry-important-information {
    border: 1px solid #c0a975;
    padding: 20px 15px;
    background: #f9ebb8;
/*    max-width: 768px;*/
    margin-bottom: 20px;
}

.content-section .important-information-text {
    margin-bottom: 10px;
}
.content-section .entry-important-information p a {
    color: #005a8c;
    font-weight: 700;
}
.content-section h2{
    font-size: 2.5rem;
    font-weight: 700;

	line-height: 1.5;
}
@media screen and (max-width: 767px){
.content-section h2 {
    line-height: 1.3;
    font-size: 1.875rem;
}
}
.content-section h3{
    font-size: 1.875rem;
    font-weight: 500;
	line-height: 1.5;
}
.content-title {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 30px
}
@media (max-width: 540px) {
  .content-title {
    font-size: 27px;
    padding-bottom: 20px;
    line-height: 130%;
    padding-left: 20px;
    padding-right: 20px
  }
}
.content-subtitle {
  font-weight: 400;
  line-height: 150%;
  font-size: 20px;
  margin-bottom: 15px
}
@media (max-width: 540px) {
  .content-subtitle {
    font-size: 18px
  }
}
.top-lenders-wrapper .content-subtitle {
  text-align: center
}
.content-para {
  line-height: 150%;
  margin-bottom: 15px;
  font-size: 16px
}
@media (max-width: 540px) {
  .content-para {
    font-size: 16px
  }
}
.content-list-base {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  list-style: disc;
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px
}
@media (max-width: 540px) {
  .content-list-base {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.content-list-base li {
  margin-bottom: 15px;
  font-size: 16px
}
@media (max-width: 540px) {
  .content-list-base li {
    font-size: 16px
  }
}
@media (max-width: 540px) {
  .top-lenders-wrapper {
    display: none
  }
}
.learnmore {

}
.learnmore span a {
  width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  background: #73AD21;
  border-bottom: 3px #0e820c solid;
  height: auto;
  text-align: center;
  padding: 15px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all .3s;
}
.learnmore span a:hover {
  background: #0e820c;
}
.top-lenders {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: (minmax(min-content, 320px))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(-webkit-min-content, 320px));
  grid-template-columns: repeat(auto-fit, minmax(min-content, 320px))
}
@media (max-width: 540px) {
  .top-lenders {
    display: block;
    margin-top: 20px
  }
}
@media (max-width: 540px) {
  .top-lender-container {
    width: 90% !important;
    margin: 0 auto 20px;
    float: none
  }
}
.top-lender-container .listing_container {
  border: none;
  margin: 20px 10px
}
@media (max-width: 540px) {
  .top-lender-container .listing_container {
    margin: 0
  }
}
.top-lender-container .listing_description {
  display: none
}
.top-lender-container span.listing_arrow {
  width: 100%
}
.top-lender-container span.listing_arrow::before {
  border-radius: 5px 5px 0 0;
  width: 100%;
  margin: 0
}
.top-lender-container span.listing_arrow.num_1:before {
  background: #005a8c;
  color: #ffffff
}
.top-lender-container .right_column {
  display: none
}
.top-lender-container .middle_column {
  padding: 0;
  min-height: 120px;
  position: relative
}
@media (max-width: 540px) {
  .top-lender-container .middle_column {
    display: block;
    margin: 0 15px 15px 15px;
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
    min-height: initial
  }
}
.top-lender-container .listing_ad_name {
  display: block;
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-size: 16px;
  font-weight: 700
}
@media (min-width: 540px) {
  .top-lender-container .listing_ad_name {
    padding-bottom: 15px
  }
}
.top-lender-container .listing_title {
  font-weight: 400;
  font-size: 14px
}
@media (max-width: 540px) {
  .top-lender-container .listing_title {
    margin-top: 0
  }
}
.top-lender-container .left_column {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px
}
@media (max-width: 540px) {
  .top-lender-container .left_column {
    border-bottom: none;
    margin: auto;
    padding-top: 30px
  }
}
.top-lender-container .provider_logo img {
  width: auto;
  max-width: initial;
  height: 60px;
  margin: auto
}
@media (max-width: 540px) {
  .top-lender-container .provider_logo img {
    height: auto;
    width: 120px
  }
}
@media (min-width: 540px) {
  .top-lender-container .collegeave .provider_logo img, .top-lender-container .salliemae .provider_logo img, .top-lender-container .discover .provider_logo img {
    height: 40px;
    margin: 10px auto
  }
}
@media (min-width: 540px) {
  .top-lender-container .secondary_cta {
    position: absolute;
    bottom: 15px
  }
}
@media (max-width: 540px) {
  .top-lender-container .listing_expand {
    display: none
  }
}
.top-lender-container .listing-disclosure {
  display: none
}
.top-lender-stage-wrapper .top-lenders-nav {
  display: none
}
.overlay_wrapper {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(16, 31, 48, 0.8);
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  overflow-y: scroll
}
.overlay_content {
  position: relative;
  background: #ffffff;
  height: auto;
  width: 95%;
  max-width: 800px;
  margin: 50px auto;
  padding: 20px 0px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3)
}
.overlay_content .overlay_close {
  position: absolute;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
  color: gray
}
.overlay_content .overlay_close:hover {
  color: black
}
.overlay_content .overlay_pagewrap {
  position: relative;
  min-height: 250px;
  padding-top: 30px
}
.overlay_content img {
  width: 200px;
  margin: auto
}
.overlay_content h6 {
  padding: 5px 0px 10px 0px;
  font-size: 13px
}
.overlay_content .overlay_header {
  text-align: center;
  padding-left: 0px;
  padding-bottom: 15px
}
.overlay_content h2 {
  display: inline-block;
  font-size: 24px;
  padding: 0px
}
.overlay_content .subtitle {
  font-style: italic;
  color: #9e9e9e;
  font-size: 16px
}
.overlay_content .input-school {
  max-width: 300px;
  font-size: 14px
}
.overlay_content .input-school::-webkit-input-placeholder {
  font-style: italic
}
.overlay_content .input-school:-ms-input-placeholder {
  font-style: italic
}
.overlay_content .input-school::-ms-input-placeholder {
  font-style: italic
}
.overlay_content .input-school::placeholder {
  font-style: italic
}
.overlay_content .overlay_submit {
  background-color: #005a8c;
  width: 200px;
  margin: 20px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block
}
.overlay_content .overlay_submit[disabled] {
  background-color: #9e9e9e
}
.overlay_content .progress-step {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-right: 12px;
  line-height: 28px;
  vertical-align: middle
}
.overlay_content .progress-step:last-of-type {
  margin-right: 0
}
.overlay_content .progress-step.progress-active {
  color: #73AD21;
  font-size: 28px
}
.cosigner-preselect input {
  display: none
}
.cosigner-preselect label {
  padding: 10px;
  border: 2px solid #005a8c;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  color: #005a8c;
  font-size: 16px;
  cursor: pointer
}
.cosigner-preselect label:hover {
  background-color: #005a8c;
  color: #ffffff
}
.school-list-wrapper {
  position: relative
}
.school-list, .school-list-filter {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  display: none;
  position: absolute;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  padding: 10px;
  width: 90%;
  left: 5%;
  z-index: 100
}
.school-list li, .school-list-filter li {
  padding: 5px 0
}
.school-list li:hover, .school-list-filter li:hover {
  background-color: #005a8c;
  color: #fff;
  cursor: pointer
}
.progress-arrow-right {
  display: inline-block;
  margin-right: 12px;
  line-height: 28px !important;
  vertical-align: middle
}
.progress-arrow-right.progress-active {
  color: #73AD21
}
.whoops {
  padding-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
  color: #404040;
  text-align: center
}
.whoops-secondary {
  font-size: 16px;
  text-align: center
}
#listings-best {
/*  padding-top: 20px;*/
  margin-top: 40px;
/*  border-top: solid 1px rgba(158, 158, 158, 0.25)*/
}
#listings-best .listing_arrow {
/*  display: none*/
  margin-top: 39px;

}
#listings-best .listing_arrow:before {
  border-radius: 0 0 5px 0;
}
.footer-wrapper {
  background-color: #1a212b;	
}
.container-fluid {
  max-width: 1170px;
}
.footer-content {
/*  padding: 30px 0;*/
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  font-size: 14px;
}
.footer-content .link {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-align: center;
  white-space: normal;
}
.footer-content .link a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
.footer-content .link a:hover {
  color: #CCC;
  text-decoration: none;
  padding: 0 10px;
}
.footer-content .text {
  color: #959b98;
  text-align: center;
}
.text-block-6 {
  color: #959b98;
  text-align: center;
}
.footer-content p {
  color: #404040;
  text-align: center;
}
.footer-content p.view-desktop {
  padding: 20px
}
.footer-content p.view-mobile:first-of-type {
  padding-top: 20px
}
.footer-content p.view-mobile:last-of-type {
  padding-bottom: 20px
}
.footer-content a {
  font-weight: 400;
  color: #404040;
  display: inline-block;
  padding: 0 10px;
}
/*
@media (max-width: 540px) {
  .footer-content a {
  display: inline-block;
    text-align: center
  }
}
*/
.footer-content a:hover {
  text-decoration: underline
}
.footer-subactions {
/*  display: none;*/
	
}
.ad-disclosure p {
  color: #959b98;
  padding: 20px 0;
  font-size: 8pt;
  font-style: italic;
  line-height: 14pt;
  word-wrap:break-word;
  word-break:normal ;
}
.error {
  color: #c40000;
  border: solid 1px #c40000
}
#zip_error {
  display: none;
  width: 200px;
  margin: auto
}
#zip_error p {
  display: block;
  padding-top: 10px;
  font-weight: 400;
  color: #c40000;
  text-align: center
}
#zip_error span {
  margin-right: 5px;
  color: #c40000
}
@media (max-width: 767.98px) {
  select, input[type='text'], input[type='number'], textarea {
    font-size: 16px
  }
  .view-desktop {
    display: none
  }
  .view-mobile {
    display: block
  }
  .toggle-filters {
    display: block !important
  }
  .sidebar-filters {
    display: none
  }
  .mobile-cancel {
    display: block !important
  }
  .listing_container {
    padding: 20px 0 0;
    margin: 15px 0
  }
  .listing_expand {
    display: block;
    width: 100%;
    padding: 5px;
    margin-top: 15px;
    color: #9e9e9e;
    text-align: center;
    pointer-events: auto;
    background: #f8f8f8;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
  }
  .listing_title {
/*    margin-top: 15px;*/
    color: #666;
    font-size: 14px;
    line-height: 1.4;
/*    padding-top: 15px*/
  }
  .listing_description ul {
    font-size: 14px;
    line-height: 1.5;
	width: 100%;
    display: inline-block;
  }
  .listing_description li {
    padding-top: 3px;
  }
  .middle_column {
/*
    display: none;
    margin-top: 15px;
*/
	border:0;
  }
  .cta {
    line-height: 35px;
	margin: 10px 0 10px 0;
  }
  .visible-desktop {
    display: none;
  }
  .right_column {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .top_listing {
    padding-top: 50px
  }
  .ghost-logo {
    margin: auto;
    margin-bottom: 25px
  }
  .ghost-button {
    margin-top: 25px
  }
}
@media (max-width: 414px) {
	  .top_listing {
    padding-top: 80px
  }
	#listings-best .listing_arrow {
/*  display: none*/
  margin-top: 65px;
	}
}
@media (min-width: 768px) {
  .sidebar-filters {
    display: block !important
  }
  .visible-mobile {
    display: none;
  }
}
@media (max-width: 345px) {
  .cta {
    font-size: 14px
  }
}

/*latest addition*/
.listing_container .right_column .star-rating, .listing_container .middle_column .listing_title .star-rating {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.listing_container .right_column .star-rating {
  padding-left: 12px;
}
.listing_container .right_column .star-rating li, .listing_container .middle_column .listing_title .star-rating li {
  padding: 0 2px;
  display: inline-block;
  vertical-align: top;
  background: 0 0
}
.listing_container .right_column .star-rating li.star-active path, .listing_container .middle_column .listing_title .star-rating li.star-active path {
  fill: #f9d100
}
.listing_container .right_column .star-rating li.half-star path, .listing_container .middle_column .listing_title .star-rating li.half-star path {
  fill: url(#half)
}
.container .gradient-svg {
  position: absolute;
  opacity: 0;
  visibility: hidden
}
.listing_container .right_column .rating-block {
/*  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.listing_container .right_column .rating-block .rating-holder {
  margin-bottom: .5rem;
  text-align: center;
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
*/
}
.listing_container .right_column .rating-block .score-text {
    margin: 0 0 18px 0;
    color: #777;
	font-weight: normal;
    width: 100%;
    display: block;
    text-align: center;
}
.listing_container .right_column .rating-block .rating-value {
  color: #000000;
  margin-right: .75rem;
  font-size: 2.625rem;
  line-height: 1.2;
  margin: 0;
}
.listing_container .right_column .rating-block .rating-status {
  line-height: 1.4;
  font-weight: 600
}
.listing_container .right_column .rating-block .rating-status span {
  color: #73AD21;
}
.listing_container .right_column .rating-block .rating-status .userraings {
  line-height: 1.4;
  font-size: 14px;
  color: #777
}
@media(min-width:992px) {
  .listing_container .right_column .rating-block .rating-holder {
    margin-bottom: .9375rem
  }
  .listing_container .right_column .rating-block .rating-value {
    font-size: 3.1875rem;
  }
}
@media(max-width:991px) {
  .listing_container .right_column .rating-block .rating-status {
    font-size: .8125rem;
    letter-spacing: .343915px;
  }
}
.fadeToggle {
    display: none;
}
.load-more-btn-box {
    position: relative;
    margin-top: 20px;
}
.load-more-btn-box:after {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    height: 2px;
    width: 100%;
    background: #e2e2e2;
}
.load-more-btn {
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8f8f8;
    font-size: 1.5rem;
	font-weight:100;
    color: #848484;
    transition: all 250ms linear;
}
.load-more-text {
    margin-top: 5px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 300;
}