.home-resources {
  position: relative;
  background: #fff;
  padding: 15px 0;
}
.home-resources.rates {
  background: #06569A;
}
.home-resources.helpful-links {
  background: #16B7C0;
}
.home-resources.helpful-links .container .row .helpful-links .row {
  flex: 100% 0 0;
}
@media (min-width:  1200px ) {
  .home-resources.helpful-links .container .row .helpful-links .row {
    flex: 70% 0 0;
  }
}
@media (max-width:  767px ) {
  .home-resources {
    padding: 25px 0 15px;
  }
}
.home-resources .title {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (max-width:  767px ) {
  .home-resources .title {
    margin-bottom: 0;
  }
}
@media (min-width:  1200px ) {
  .home-resources .title {
    font-size: 32px;
    text-align: left;
    flex: 35% 0 1;
  }
}
.home-resources .rates {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width:  1200px ) {
  .home-resources .rates {
    flex-direction: row;
  }
}
.home-resources .rates .tab-pane {
  padding-top: 18px;
}
.home-resources .rates .rate-promo {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width:  767px ) {
  .home-resources .rates .rate-promo {
    margin-bottom: 15px;
  }
}
.home-resources .rates .rate-promo .rate {
  color: #D3DD3F;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0;
}
.home-resources .rates .rate-promo .rate sup {
  font-size: 60%;
}
.home-resources .rates .btn {
  width: 100%;
  margin-bottom: 10px;
}
.home-resources .rates .btn.btn-default,
.home-resources .rates .btn.btn-outline {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.home-resources .rates .tabs-left {
  flex: 100% 0 0;
  width: 100%;
}
@media (min-width:  1200px ) {
  .home-resources .rates .tabs-left {
    flex: 70% 0 1;
  }
}
.home-resources .rates .tabs-left ul.nav-tabs li a {
  font-size: 20px;
  color: white;
}
.home-resources .rates .tabs-left ul.nav-tabs li.active a {
  color: #D3DD3F;
  font-size: 24px;
}
.home-resources .rates .tabs-left ul.nav-tabs li.active a:after {
  display: inline;
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  color: inherit;
  font-size: 16px;
  position: relative;
  left: 10px;
  top: -2px;
}
.home-resources .rates .tabs-left .panel-group .panel .panel-heading .panel-title a {
  color: white;
  text-align: center;
}
.home-resources .helpful-links {
  text-align: center;
  padding-bottom: 6px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width:  1200px ) {
  .home-resources .helpful-links {
    flex-direction: row;
  }
}
@media (min-width:  768px ) and (max-width:  991px ), (max-width:  767px ) {
  .home-resources .helpful-links {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width:  767px ) {
  .home-resources .helpful-links {
    text-align: left;
  }
}
.home-resources .helpful-links a {
  color: white;
  font-size: 14px;
}
.home-resources .helpful-links a:hover,
.home-resources .helpful-links a:focus {
  text-decoration: underline;
}
@media (max-width:  767px ) {
  .home-resources .helpful-links a {
    display: block;
    height: 35px;
    margin: 15px 45px;
  }
  .home-resources .helpful-links a:last-child {
    margin-bottom: 0;
  }
  .home-resources .helpful-links a span {
    display: block;
    padding-top: 10px;
  }
}
.home-resources .helpful-links .icon {
  height: 35px;
}
@media (max-width:  767px ) {
  .home-resources .helpful-links .icon {
    float: left;
    width: 35px;
    margin-right: 15px;
  }
}
.home-resources .helpful-links .icon.fa,
.home-resources .helpful-links .icon.fal,
.home-resources .helpful-links .icon.fab,
.home-resources .helpful-links .icon.far,
.home-resources .helpful-links .icon.fas {
  font-size: 35px;
  line-height: 42px;
  height: 42px;
}
.home-resources .helpful-links .tabs-left {
  flex: 100% 0 0;
}
@media (min-width:  1200px ) {
  .home-resources .helpful-links .tabs-left {
    flex: 70% 0 0;
  }
}
