
.finance-benefits {
  margin: 0em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
		      text-align: left;
        width: 100%;
       align-content: center;
        padding: 26px 0px 5px 0px;
	background-color: #e3f2ff;
}

.finance-benefits__item {
  width: 80%;
  margin: 1em auto;
}

.finance-benefits__item-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #124D8B;
  font-size: 1.5em;
  font-weight: 600;
}

.finance-benefits__item-bullet:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 1.5em;
  min-height: 1.5em;
  margin-right: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.finance-benefits__item-amount {
  font-family: tempo;
  padding-top: 0px;
  padding-left: 37px;
  color: #124d8b;
}

.finance-benefits__item-name {
  font-size: 30px;
  font-family: tempo;
  text-transform: uppercase;
  color: #052049;
  line-height: 1em;
}

.finance-benefits__item-details {
  margin: 0.5em 0;
  font-size: 14px;
  color: #052049;
}

.finance-benefits__item-details sup {
  position: relative;
  top: -0.5em;
  left: -0.5em;
  font-size: 0.6em;
}

.finance-divider {
  width: 95%;
  margin: auto;
  border: 0.5px solid lightgray;
}

.finance-footer {
  width: 80%;
  margin: 2em auto;
}

.finance-footer__link-group {
  padding: 1em 0;
}

.finance-footer__link {
  display: block;
  text-decoration: none;
  color: #124D8B !important;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.finance-footer__note-title {
  font-size: 1.25em;
  color: #595959;
}

.finance-footer__foot-note {
  color: #595959;
    font-size: 12px;
    margin: -6px 55px 0px 56px;
    padding-bottom: 5%;
    text-align: center;
}

.finance-footer__foot-note sup {
  font-size: 0.75em;
}

.finance-footer__foot-note a {
  color: #124D8B !important;
}

.finance-footer__foot-note-link {
  text-decoration: none;
}

.finance-footer__legal-links-group {
  text-align: center;
}

.finance-footer__legal-link {
  color: #124D8B !important;
}

.finance-footer__legal-link:after {
  content: '|';
  margin-left: 2px;
}

.finance-footer__legal-link:last-of-type:after {
  display: none;
}

@media only screen and (min-width: 640px) {
	
	.finance-benefits {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
		      text-align: left;
       width: 100%;
       align-content: left;
        padding: 26px 0px 5px 0px;
		background-color: #e3f2ff;
}
  .finance-benefits__item {
       width: 263px;
    padding: 3px 25px 10px 0px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
  }
  .finance-footer {
    width: 87%;
  }
  .finance-footer__link {
    display: inline-block;
    margin-right: 2em;
  }
}


 /* TABLET VIEW */
	 @media (min-width:769px) and (max-width:1365px) {
	 
	.finance-benefits {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
		      text-align: left;
       width: 100%;
       align-content: left;
        padding: 22px 0px 0px 0px;
		background-color: #e3f2ff;
}
  .finance-benefits__item {
 width: 232px;
    padding: 0px 0px 10px 1px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
	padding-right: 0px;
  }
  
  .finance-benefits__item-amount {
  font-size: 5em;
  line-height: 0.85em;
  font-family: tempo;
  padding-top: 0px;
  padding-left: 16px;
  color: #124d8b;
}
  .finance-footer {
    width: 87%;
  }
  .finance-footer__link {
    display: inline-block;
    margin-right: 2em;
  }
}

/* MEDIA FOR MEDIUM MOBILE DISPLAY */
@media only screen and (max-device-width: 767px) {

    .finance-footer__foot-note {
        margin: -14px 10px 0px 10px;
    }

}


