@charset "UTF-8";
.notification-cntr .notification-holder {
  text-align: center;
  color: #fff;
  background-color: #ca293a;
  font-size: 0.7em;
  padding: 0.7em 1.75em;
}
.notification-cntr .notification-holder h3 {
  margin: 0;
  padding: 0;
}
.notification-cntr .notification-holder a {
  color: #fff;
  text-decoration: underline;
}
.notification-cntr .high-priority-bg {
  background-color: #ca293a;
}
.notification-cntr .low-priority-bg {
  background-color: #666666;
}

.blockpromo-cntr {
  background-color: #003474;
  padding: 1em 0;
}
.blockpromo-cntr h3 {
  padding: 0;
  margin: 1em 0 0 0;
}
.blockpromo-cntr p {
  padding: 0;
  margin: 1em 0.9em;
}

.blockpromo-holder {
  text-align: center;
  color: #fff;
}
.blockpromo-holder img.logo {
  width: 13em;
}

.announce-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.announce-holder a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.announce-holder a .announce-box {
  margin: 0.5em 0 0 0;
  font-size: 0.9em;
  display: flex;
  flex-direction: row;
  min-height: 8em;
  background-color: #003474;
  color: #fff;
}
.announce-holder a .announce-box .frill {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.announce-holder a .announce-box .frill img {
  width: 60%;
  transition: all 0.2s ease-in-out;
}
.announce-holder a .announce-box:hover .frill img {
  width: 65%;
}
.announce-holder a .announce-box .content {
  width: 100%;
  padding: 0.5em;
}
.announce-holder a .announce-box .content h3 {
  margin: 0 0 0.2em 0;
  padding: 0;
}
.announce-holder a .announce-box.rb-join .frill {
  background-image: url(../images/join-today.jpg);
}
.announce-holder a .announce-box.anytime .frill {
  background-image: url(../images/girl-with-laptop.jpg);
}
@media only screen and (min-width: 500px) {
  .announce-holder a .announce-box .frill img {
    width: 40%;
  }
  .announce-holder a .announce-box:hover .frill img {
    width: 45%;
  }
}

@media only screen and (min-width: 767px) {
  .announce-holder {
    flex-direction: row;
  }
  .announce-holder a {
    width: 50%;
  }
  .announce-holder a .announce-box {
    margin: 0.5em 0.5em;
  }
  .announce-holder a .announce-box .content {
    padding: 0.5em;
  }
  .announce-holder a .announce-box .frill img {
    width: 55%;
  }
  .announce-holder a .announce-box:hover .frill img {
    width: 60%;
  }
}
.flyer-holder {
  font-size: 0.72em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flyer-holder .flyer {
  width: 24%;
  margin: 0.5em 0;
  text-align: center;
  justify-content: space-between;
}
.flyer-holder .flyer h3 {
  font-style: normal;
  font-weight: 900;
}
.flyer-holder .flyer .lead {
  height: 13em;
  background-size: 45%;
  background-color: #e2e2e2;
  position: relative;
  background-position: top;
}
.flyer-holder .flyer .lead .bottom {
  position: absolute;
  bottom: 0;
  height: 6.5em;
  width: 100%;
  background-position: top;
  background-size: auto 190%;
}
.flyer-holder .flyer .lead .bottom h2 {
  margin: 1.2em 0 0 0;
  font-size: 2em;
  line-height: 1.2em;
  background-color: #e2e2e2;
  color: #012652;
}
.flyer-holder .flyer .main {
  border-top: 0.5em solid #6796c6;
  display: block;
  height: 17em;
  width: 100%;
  transition: all 0.2s ease-in-out;
  background-color: #012652;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flyer-holder .flyer .action {
  height: 8.4em;
  color: #012652;
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flyer-holder .flyer a {
  text-decoration: none;
}
.flyer-holder .flyer a .tagline {
  height: auto;
  color: #fff;
  background-color: #6796c6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flyer-holder .flyer .tagline h3,
.flyer-holder .flyer .action h3 {
  padding: 6.9%;
  margin: 0.5em;
  font-size: 1.28em;
  line-height: 1.3em;
}

.flyer-holder .flyer .action {
  height: 8.4em;
  color: #012652;
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flyer-holder .flyer .lead .bottom h3 {
  margin: 1.2em 0 0 0;
  font-size: 2em;
  line-height: 1.2em;
  background-color: #e2e2e2;
  color: #012652;
}

.flyer-holder .flyer .tagline h3,
.flyer-holder .flyer .action h3 {
  padding: 6.9%;
  margin: 0.5em;
  font-size: 1.28em;
  line-height: 1.3em;
}

.flyer-holder {
  font-size: 0.72em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flyer-holder .flyer .lead {
  height: 13em;
  background-size: 45%;
  background-color: #e2e2e2;
}

.flyer-holder .flyer .lead .bottom {
  position: absolute;
  bottom: 0;
  height: 6.5em;
  width: 100%;
  background-position: top;
  background-size: auto 190%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1100px) {
  .flyer-holder .flyer {
    width: 45%;
  }
  .flyer-holder .flyer .lead {
    height: 20em;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .flyer-holder .flyer {
    width: 50%;
    padding: 0.313em;
    box-sizing: border-box;
  }
  .flyer-holder .flyer .lead {
    height: 10em;
    background-size: 45%;
  }
  .flyer-holder .flyer .action {
    height: auto;
  }
  .flyer-holder .flyer .tagline h3,
  .flyer-holder .flyer .action h3 {
    font-size: 1em;
    margin: 0;
    padding: 6.5%;
  }
  .flyer-holder .flyer .lead .bottom h2 {
    font-size: 1.4em;
  }
  .flyer-holder .flyer .lead .bottom {
    top: 58px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flyer-holder .flyer .lead {
    background-size: 70%;
  }
}
.feed-holder {
  display: flex;
}

.feed-item {
  flex-basis: 0;
  flex-grow: 1;
  padding: 2.5em;
  cursor: pointer;
}
.feed-item:nth-child(1) {
  background: #002155;
  color: white;
}
.feed-item:nth-child(2) {
  background: #b9e9f9;
  color: #002155;
}
.feed-item:nth-child(3) {
  background: #d9f5fc;
  color: #002155;
}
.feed-item h3 {
  margin: 0;
  padding: 0;
}
.feed-item .description {
  font-size: 0.9em;
  margin: 0;
}
.feed-item .see-more {
  float: right;
  font-weight: bold;
  text-decoration: underline;
  margin: 0.5em 0;
}

@media (max-width: 767px) {
  .feed-holder {
    flex-direction: column;
  }
}
.related-holder ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.related-holder ul li a {
  color: #002d74;
  font-weight: 800;
  min-height: 3.5em;
  line-height: 3.25em;
  border-top: 2px solid #002d74;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  transition: all 0.2s ease-in-out;
  height: 5px;
}
.related-holder ul li a img,
.related-holder ul li a svg {
  width: 2em;
  margin: 0 0.5em 0 0;
}
.related-holder ul li a img.order-checks,
.related-holder ul li a svg.order-checks {
  width: 2em;
}
.related-holder ul li a img circle, .related-holder ul li a img ellipse, .related-holder ul li a img image, .related-holder ul li a img line, .related-holder ul li a img mesh, .related-holder ul li a img path, .related-holder ul li a img polygon, .related-holder ul li a img polyline, .related-holder ul li a img rect, .related-holder ul li a img text, .related-holder ul li a img use,
.related-holder ul li a svg circle,
.related-holder ul li a svg ellipse,
.related-holder ul li a svg image,
.related-holder ul li a svg line,
.related-holder ul li a svg mesh,
.related-holder ul li a svg path,
.related-holder ul li a svg polygon,
.related-holder ul li a svg polyline,
.related-holder ul li a svg rect,
.related-holder ul li a svg text,
.related-holder ul li a svg use {
  fill: #003474;
  transition: all 0.2s ease-in-out;
}
.related-holder ul li a:hover {
  background-color: #002d74;
  color: #fff;
}
.related-holder ul li a:hover svg circle, .related-holder ul li a:hover svg ellipse, .related-holder ul li a:hover svg image, .related-holder ul li a:hover svg line, .related-holder ul li a:hover svg mesh, .related-holder ul li a:hover svg path, .related-holder ul li a:hover svg polygon, .related-holder ul li a:hover svg polyline, .related-holder ul li a:hover svg rect, .related-holder ul li a:hover svg text, .related-holder ul li a:hover svg use {
  fill: #fff;
}
.related-holder ul li a span {
  vertical-align: middle;
}
.related-holder ul li:last-child a {
  border-bottom: 2px solid #002d74;
}

@media only screen and (min-width: 767px) {
  .related-holder ul {
    flex-direction: row;
  }
  .related-holder ul li {
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .related-holder ul li a {
    font-size: 1em;
    line-height: 3.25em;
    border: 2px solid #002d74;
    border-radius: 0.5em;
    margin: 0 0.5em;
    text-align: center;
    height: 55px;
  }
  .related-holder ul li:last-child a {
    border-bottom: 2px solid #002d74;
  }
}
@media (max-width: 767px) {
  .related-holder ul li a {
    text-align: center !important;
    padding-left: 0;
  }
  span.related-title {
    margin-left: 0;
  }
}
.testimonial-cntr {
  margin: 1.5em 0;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.testimonial-holder {
  display: flex;
}
.testimonial-holder .do-icon {
  padding: 0 1em;
}
.testimonial-holder .do-icon img {
  height: 5em;
}
.testimonial-holder .do-icon.blue {
  background: url(../images/testimonials/Blue-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}
.testimonial-holder .do-icon.mint {
  background: url(../images/testimonials/Mint-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}
.testimonial-holder .do-icon.orange {
  background: url(../images/testimonials/Orange-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}
.testimonial-holder .do-icon.green {
  background: url(../images/testimonials/Green-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}
.testimonial-holder .text-area {
  width: 100%;
  padding: 1em;
}
.testimonial-holder .text-area p {
  padding: 0;
  margin: 0;
}
.testimonial-holder .text-area.blue {
  background: #abdef3 url(../images/testimonials/Blue-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}
.testimonial-holder .text-area.mint {
  background: #caeae7 url(../images/testimonials/Mint-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}
.testimonial-holder .text-area.orange {
  background: #fbd1bb url(../images/testimonials/Orange-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}
.testimonial-holder .text-area.green {
  background: #c7e0c0 url(../images/testimonials/Green-Pattern.svg?package=Rbfcu) no-repeat center bottom;
}

@media (max-width: 767px) {
  .testimonial-cntr {
    margin: 0;
  }
  .testimonial-holder {
    font-weight: 500;
  }
  .testimonial-holder .do-icon {
    display: flex;
  }
  .testimonial-holder .do-icon img {
    margin: auto;
    height: 3em;
  }
}
.services-holder {
  height: auto;
  border-top: 0.5em solid #82a689;
  font-family: "Crimson Text", serif;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.services-holder .top {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.services-holder .top span.rb-services-descript {
  font-style: italic;
  line-height: 2.2em;
}
.services-holder .top .top-central {
  width: 100%;
  max-width: 30em;
  text-align: center;
}
.services-holder .top .top-central img {
  width: 80%;
}
.services-holder .top .top-central img.people-helping {
  margin: 1em 0;
  width: 90%;
}
.services-holder .bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}
.services-holder .bottom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7em;
  width: 45%;
  text-align: center;
}
.services-holder .bottom ul li a {
  text-align: center;
}
.services-holder .bottom ul li a img,
.services-holder .bottom ul li a svg {
  width: 8em;
  fill: #fff;
  transition: all 0.2s ease-in-out;
}
.services-holder .bottom ul li a img:hover,
.services-holder .bottom ul li a svg:hover {
  width: 9em;
}

@media only screen and (min-width: 500px) {
  .services-holder {
    background-repeat: no-repeat;
    background-position: 0 30%;
    background-size: cover;
  }
  .services-holder .top .top-central img,
  .services-holder .top .top-central svg {
    width: 60%;
  }
  .services-holder .bottom ul li {
    width: 32%;
  }
  .services-holder .bottom ul li a img,
  .services-holder .bottom ul li a svg {
    width: 8em;
    fill: #fff;
    transition: all 0.2s ease-in-out;
  }
  .services-holder .bottom ul li a img:hover,
  .services-holder .bottom ul li a svg:hover {
    width: 9em;
  }
}
@media only screen and (min-width: 767px) {
  .services-holder .bottom ul li {
    width: 15%;
  }
  .services-holder .bottom ul li a img,
  .services-holder .bottom ul li a svg {
    width: 8em;
    fill: #fff;
    transition: all 0.2s ease-in-out;
  }
  .services-holder .bottom ul li a img:hover,
  .services-holder .bottom ul li a svg:hover {
    width: 8.5em;
  }
}
.featured-holder {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.featured-holder .featured-content {
  width: 100%;
  padding: 1em 1.2em 1em 1.2em;
}
.featured-holder .featured-content ul {
  margin: 1em 2em 0 2em;
  list-style-position: outside;
  list-style-type: circle;
}
.featured-holder .featured-content ul li {
  margin: 0.5em 1em;
}
.featured-holder .featured-content a.btn {
  margin: 1em 5em;
}
.featured-holder .featured-graphic {
  width: 80%;
  text-align: center;
}
.featured-holder .featured-graphic img {
  width: 100%;
  max-width: 24em;
}

.light-gray-bg {
  background-color: #f7f7f7;
}

@media only screen and (min-width: 767px) {
  .featured-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .featured-holder .featured-content a.btn {
    margin: 0 2.5em;
  }
}
@media (max-width: 767px) {
  .featured-holder .featured-content a.btn {
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .featured-graphic img.hide-image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .featured-holder.opposite {
    flex-direction: column-reverse !important;
  }
}
.flexbox-cntr {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
.flexbox-cntr .flexbox-holder {
  padding: 15px 0;
  display: flex;
}
.flexbox-cntr .flexbox-holder .flexbox-item {
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  width: 49%;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  justify-content: start;
}
.flexbox-cntr .flexbox-holder .flexbox-item img {
  width: 50%;
  height: 8.75em;
  flex-grow: 0;
  margin: 0.5em auto;
}
.flexbox-cntr .flexbox-holder .flexbox-item h3 {
  font-size: 1.21em;
  line-height: 1.5;
  font-weight: 600;
  margin: 1em 0 0.6em 0;
  padding-bottom: 0.2em;
}
.flexbox-cntr .flexbox-holder .flexbox-item p {
  margin: 0.5em 0.625em 1.25em;
  line-height: 1.6em;
}
.flexbox-cntr .flexbox-holder .flexbox-item.dark-bg {
  border: 0;
}
.flexbox-cntr .flexbox-holder .flexbox-item ul {
  margin: 1em 2em 0 2em;
}
.flexbox-cntr .flexbox-holder .flexbox-item ul li {
  text-align: left;
  margin-left: 2em;
}

.flexbox-cntr .flexbox-holder .flexbox-item.no-width img {
  width: 9em;
}

#flex-link {
  display: contents;
}

h3.flex-link-title:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .flexbox-cntr .flexbox-holder {
    flex-direction: column;
  }
  .flexbox-cntr .flexbox-holder .flexbox-item {
    width: 100%;
    text-align: center;
  }
  .flexbox-cntr .flexbox-holder .flexbox-item:not(:first-child) {
    border-left: 0;
    margin-top: 1em;
  }
  .flexbox-cntr .flexbox-holder .flexbox-item.dark-bg {
    margin: 0;
    border-top: 1px solid #fff;
  }
  .flexbox-cntr .flexbox-holder .flexbox-item h3 {
    text-align: center;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 350px) {
  .flexbox-cntr .flexbox-holder .flexbox-item img {
    height: 20%;
  }
}
@media only screen and (min-device-width: 351px) and (max-device-width: 360px) {
  .flexbox-cntr .flexbox-holder .flexbox-item img {
    height: 6.25em;
  }
}
@media only screen and (min-device-width: 361px) and (max-device-width: 414px) {
  .flexbox-cntr .flexbox-holder .flexbox-item img {
    height: 6.75em;
  }
}
@media only screen and (min-device-width: 415px) and (max-device-width: 699px) {
  .flexbox-cntr .flexbox-holder .flexbox-item img {
    width: 42%;
  }
}
@media only screen and (min-device-width: 700px) and (max-device-width: 767px) {
  .flexbox-cntr .flexbox-holder .flexbox-item img {
    width: 33%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .flexbox-cntr .flexbox-holder .flexbox-item img {
    height: 20%;
  }
}
.accordions-cntr,
.faqs-cntr {
  margin-top: 1em;
}

.exCol {
  padding: 0;
  margin: 0 auto;
}
.exCol__group {
  list-style-type: none;
}
.exCol__group > li img {
  max-width: 100%;
}
.exCol__group .arrow-toggle-trigger {
  font-size: 1.2em;
  padding: 1em 3em;
  margin-bottom: 0.2em;
  cursor: pointer;
  color: #002155;
  background: #f7f7f7;
  display: flex;
}
.exCol__group .arrow-toggle-trigger.active .arrow-toggle-title {
  font-weight: bold;
}
.exCol__group .arrow-toggle-trigger .arrow-toggle-title {
  flex-grow: 1;
}
.exCol__group .arrow-toggle-trigger .toggle-icons {
  font-weight: 600;
  margin: auto;
  margin-left: 0.5em;
}
.exCol__group .arrow-toggle-trigger .toggle-icons .toggle-close {
  display: none;
}
.exCol__group .arrow-toggle-content {
  padding: 1em 3em;
  display: none;
}
.exCol__group .arrow-toggle-content p {
  font-size: 1em;
  line-height: 1.4;
}
.no-js .exCol__group .arrow-toggle-content {
  display: block;
}
.exCol__group .arrow-toggle-content h3 {
  margin: 0;
}
.exCol__group .arrow-toggle-content ul {
  margin: 1em 2em 0 2em;
}
.exCol__group .arrow-toggle-content ul li {
  margin: 0.5em 2em;
}
.exCol__group .arrow-toggle-content *::after,
.exCol__group .arrow-toggle-content *::before {
  content: none;
}

@media (max-width: 767px) {
  .exCol__group .arrow-toggle-trigger,
  .exCol__group .arrow-toggle-content {
    padding: 1em 2em;
  }
}
@media only screen and (min-width: 768px) {
  .event-list-item {
    border-bottom: 1px solid lightgrey;
  }
  .event-list-item li {
    list-style: none;
    width: 17%;
    display: inline-block;
    margin: 0;
    border-right: 1px solid darkgrey;
    line-height: 1.5em;
    vertical-align: middle;
    height: 5em;
    min-height: 5.5em;
    padding-top: 3%;
  }
  .event-list-item li:last-child {
    border-right: 0px solid lightgrey;
  }
  .event-list-item:nth-child(odd) {
    background-color: #e2e2e2;
  }
  .event-list-item:first-child {
    font-size: 1em;
    background-color: #002d74 !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
  }
  .event-list-item:first-child li {
    padding-top: 0.75em;
  }
  .events-list-table {
    border: 1px solid lightgrey;
  }
  .events-list-table div:last-child {
    border-bottom: 0px solid lightgrey;
  }
  .list-unstyled.events-list-table {
    text-align: center;
  }
  .mobile-view {
    display: none;
  }
  a.event-title {
    color: #002155;
  }
  li.button {
    padding: 0;
    margin: 0px;
    font-size: 0.9em;
  }
  li.sf-event-title.large-title {
    padding-top: 1%;
  }
  li.sf-event-title.big-title {
    padding-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  li.sf-event-title {
    background-color: #002d74;
    font-size: 1.25em;
    padding: 0.5em;
  }
  .event-list-item {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    list-style: none;
    margin: 1em;
    line-height: 1.5em;
  }
  .event-list-item:first-child {
    display: none;
  }
  a.event-title {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  a.btn {
    padding: 0.5em;
    font-size: 0.9em;
    line-height: 0;
  }
  li.text-muted {
    margin-top: 1em;
  }
  .mobile-view {
    font-weight: bold;
    margin-left: 1em;
  }
  .day-date {
    padding: 1em;
  }
  #hour {
    padding: 1em;
  }
  #city {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) {
  li.sf-event-title {
    width: 29.75%;
  }
  li.sf-event-title:first-child {
    width: 29%;
  }
}
.faq-cntr {
  background-color: #f3f3f3;
}
.faq-cntr .faq-holder {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-cntr .faq-holder *::after,
.faq-cntr .faq-holder *::before {
  content: " ";
}
.faq-cntr .faq-holder *,
.faq-cntr .faq-holder *::after,
.faq-cntr .faq-holder *::before {
  box-sizing: border-box;
}
.faq-cntr .faq-holder .central {
  font-size: 0.9em;
  margin: 0;
}
.faq-cntr .faq-holder a {
  color: #003474;
}
.faq-cntr .cd-faq {
  width: 95%;
  margin: 2em auto;
}
.faq-cntr .cd-faq::after {
  clear: both;
  content: "";
  display: table;
}
.faq-cntr .cd-faq .cd-faq-items {
  top: 0;
  right: 0;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: static;
  overflow: visible;
  -webkit-transform: translateZ(0) translateX(0);
  -moz-transform: translateZ(0) translateX(0);
  -ms-transform: translateZ(0) translateX(0);
  -o-transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
  padding: 0;
  background: transparent;
  width: 100%;
}
.faq-cntr .cd-faq .cd-faq-items h2 {
  font-family: "Arial", sans-serif;
  text-align: center;
}
.faq-cntr .cd-faq .cd-faq-items h2 svg {
  width: 1.3em;
  margin: 0 0.2em 0.3em 0;
}
.faq-cntr .cd-faq .cd-faq-items h2 svg path {
  fill: #003474;
}
.faq-cntr .cd-faq .cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .faq-cntr .cd-faq .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.no-js .faq-cntr .cd-faq .cd-faq-items {
  padding-left: 0;
}
.faq-cntr .cd-faq .cd-faq-items .more {
  text-align: center;
  font-family: "Arial", sans-serif;
  font-weight: 800;
}
.faq-cntr .cd-faq .cd-faq-items .more a:hover {
  text-decoration: underline;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group {
  list-style-type: none;
  /* hide group not selected */
  display: none;
  display: block;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group.selected {
  display: block;
}
.no-js .faq-cntr .cd-faq .cd-faq-items .cd-faq-group {
  display: block;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group > li {
  background: #fff;
  margin-bottom: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.no-touch .faq-cntr .cd-faq .cd-faq-items .cd-faq-group > li:hover {
  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group > li .cd-faq-content {
  display: none;
  padding: 0 2em 1em;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group > li .cd-faq-content p {
  font-size: 1em;
  line-height: 1.4;
}
.no-js .faq-cntr .cd-faq .cd-faq-items .cd-faq-group > li .cd-faq-content {
  display: block;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group > li .cd-faq-content h3 {
  margin: 0;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group > li .cd-faq-content li {
  margin: 0.5em 0;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group .cd-faq-title {
  margin: 2em 0 1em;
}
.faq-cntr .cd-faq .cd-faq-items .cd-faq-group:first-child .cd-faq-title {
  margin-top: 0;
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 0;
  line-height: 1.2;
  font-size: 18px;
  padding: 0.7em 72px 0.7em 24px;
}
.cd-faq-trigger::before, .cd-faq-trigger::after {
  /* arrow icon on the right */
  position: absolute;
  right: 26px;
  top: 50%;
  height: 2px;
  width: 10px;
  background: #003474;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-faq-trigger::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 32px;
}
.cd-faq-trigger::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stack-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stack-holder .benefit {
  color: #002155;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: 800;
  font-style: italic;
  width: 14em;
  text-align: center;
}
.stack-holder .benefit a {
  text-decoration: none;
}
.stack-holder .benefit svg {
  width: 10.5em;
}
.stack-holder .benefit svg path,
.stack-holder .benefit svg polygon {
  fill: #002155;
}
.stack-holder .benefit svg ellipse {
  fill: #c3cdde;
}
.stack-holder .benefit img {
  width: 11em;
}
@media only screen and (min-width: 500px) {
  .stack-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  .stack-holder .benefit img {
    width: 11em;
  }
}

.steps-holder hr {
  color: #e2e2e2;
  margin: 0;
}
.steps-holder .steps-headline {
  text-align: center;
  padding: 0 1em;
}
.steps-holder .steps-tabs {
  padding: 2em;
  padding-left: 1em;
}
.steps-holder .step-tab {
  margin-bottom: 1.5em;
}
.steps-holder .step-tab .step-header {
  display: flex;
}
.steps-holder .step-tab .step-header img {
  height: 4em;
  width: 4em;
}
.steps-holder .step-tab .step-header .step-title {
  flex-grow: 1;
  font-weight: bold;
  border-bottom: 1px solid #75c8eb;
}
.steps-holder .step-tab .step-header .step-title::after {
  content: " ►";
  color: #27aae1;
}
.steps-holder .step-tab .step-header .step-title.active::after {
  content: " ▼";
  color: #002155;
}
.steps-holder .step-tab .step-content {
  display: none;
  margin-left: 4em;
}
.steps-holder .step-tab .step-content p {
  text-align: left;
}
.steps-holder .step-tab .step-content .cta-button {
  margin: 0 0 0.3em;
}

.blog-article-content {
  width: 100%;
  padding: 30px 15px;
}
.blog-article-content h1,
.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4,
.blog-article-content h5 {
  margin: auto 0px;
}
.blog-article-content p,
.blog-article-content ul {
  line-height: 30px;
}
.blog-article-content ul {
  list-style: disc;
  padding: 15px 0 0 25px;
}
.blog-article-content ul li {
  padding: 0 0 10px 0px;
}

.blog-article-holder {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  flex-direction: row;
}
.blog-article-holder .blog-article {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  word-wrap: break-word;
  position: relative;
  margin-right: 1.5625%;
  margin-left: 1.5625%;
  width: 21.875%;
  background: #fff;
  margin-bottom: 3em;
}
.blog-article-holder .blog-article .img-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-article-holder .blog-article .img-content:after {
  content: "";
  display: block;
  margin-top: 100%;
}
.blog-article-holder .blog-article .img-content .img-responsive {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
}
.blog-article-holder .blog-article .img-content .hover-div {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.1s;
}
.blog-article-holder .blog-article .img-content .hover-div p {
  font-size: 15px;
}
.blog-article-holder .blog-article a:hover > .hover-div {
  opacity: 1;
  background: #002d74;
}
.blog-article-holder .blog-article .article-info {
  padding: 1.5em 1.5em 2.5em 1.5em;
}
.blog-article-holder .blog-article .article-link a {
  text-decoration: none;
}
.blog-article-holder .article-title {
  margin: 0;
}

.pagination {
  list-style: none;
  text-align: center;
  margin: 20px 0;
  width: 100%;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  border-radius: 5px;
  padding: 0.75em 1em;
  border: 1px solid transparent;
  color: #003474;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
}
.pagination li a.active, .pagination li a:hover {
  border: 2px solid #003474;
  background-color: #003474;
  color: white;
}
.pagination li:last-child a:hover {
  border: 2px solid transparent;
  background-color: #003474;
  color: white;
}

@media (max-width: 767px) {
  .blog-article-container {
    margin-top: 0;
  }
  .blog-article-container .blog-article-holder .blog-article {
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .blog-article-container .blog-article-holder .blog-article .img-content {
    float: left;
    width: 30%;
  }
  .blog-article-container .blog-article-holder .blog-article .article-info {
    padding: 0.5em 1em 2em;
  }
  .blog-article-container .blog-article-holder .blog-article .article-info p {
    margin: 0 0 10px 0;
  }
  .blog-article-container .blog-article-holder .blog-article .article-info h3 {
    margin: 0;
    font-size: 1em;
  }
  .blog-article-container .blog-article-holder .blog-article .article-view {
    float: left;
    width: 70%;
  }
}
.comparison-header {
  display: flex;
  justify-content: space-between;
}
.comparison-header .comparison-item {
  display: none;
  flex: 1 1 0em;
  padding: 1em;
}
.comparison-header .comparison-item .comparison-item-icon {
  display: block;
  margin: auto;
  margin-bottom: 1.5em;
  width: 5em;
  height: 5em;
}
.comparison-header .comparison-item h3 {
  margin: 0;
}

.comparison-slider {
  display: none;
  text-align: center;
}
.comparison-slider .comparison-slider-navigator .comparison-slider-text {
  display: none;
  padding: 0 1em;
  font-weight: bold;
}
.comparison-slider .comparison-slider-navigator .prev,
.comparison-slider .comparison-slider-navigator .next {
  cursor: pointer;
  color: white;
  padding: 0.4em 0.6em;
  width: auto;
  font-weight: bold;
  font-size: 1em;
  transition: 0.6s ease;
  border-radius: 0.2em;
  user-select: none;
  background-color: #0074e7;
}
.comparison-slider .comparison-slider-dots {
  margin-top: 1em;
}
.comparison-slider .comparison-slider-dots .dot {
  cursor: pointer;
  height: 0.5em;
  width: 0.5em;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.comparison-slider .comparison-slider-dots .active {
  background-color: #0074e7;
}
.comparison-slider .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.comparison-body .comparison-product-title {
  background-color: #f7f7f7;
  color: #002155;
  padding: 0.4em;
  font-weight: 400;
  font-size: 1.8em;
}
.comparison-body .comparison-product-title .toggle-icons {
  float: right;
  margin-right: 0.5em;
  font-weight: 600;
  display: none;
}
.comparison-body .comparison-product {
  display: flex;
  margin-top: 1em;
  margin-bottom: 3em;
}
.comparison-body .comparison-product .comparison-item {
  display: none;
  flex: 1 1 0em;
  padding: 1em;
}
.comparison-body .comparison-product .comparison-item h3 {
  margin: 0;
}
.comparison-body .comparison-product .comparison-item .comparison-item-description ul {
  margin-left: 1em;
}

.left-border {
  border-left: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .comparison-item button {
    margin: 0;
    width: 10em;
    font-size: 0.9em;
  }
  .comparison-body .comparison-product-title {
    font-size: 1.2em;
    padding: 1em;
    margin-bottom: 0.2em;
  }
  .comparison-item h3 {
    font-size: 1.2em;
  }
  .comparison-item .comparison-item-description {
    font-size: 0.9em;
  }
}
.personal-article-container {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin-top: 2em;
}
.personal-article-container .img-responsive {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
}
.personal-article-container .personal-article-holder {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  flex-direction: row;
}
.personal-article-container .personal-article-holder .personal-article {
  word-wrap: break-word;
  position: relative;
  margin-right: 1.5625%;
  margin-left: 1.5625%;
  width: 21.875%;
  background: #fff;
  margin-bottom: 3em;
}
.personal-article-container .personal-article-holder .personal-article .img-content {
  position: relative;
}
.personal-article-container .personal-article-holder .personal-article .img-content .hover-div p {
  font-size: 15px;
}
.personal-article-container .personal-article-holder .personal-article a:hover > .hover-div {
  opacity: 1;
}
.personal-article-container .personal-article-holder .personal-article .article-info {
  padding: 0em 1.5em 0em 1.5em;
  color: #002155;
  text-align: center;
}
.personal-article-container .personal-article-holder .personal-article .article-info .title-field {
  font-size: 1.1em;
  margin-bottom: 0;
}
.personal-article-container .personal-article-holder .personal-article .article-info .position-field {
  margin: 0;
  margin-bottom: 0.6em;
  font-weight: normal;
  font-style: italic;
}
.personal-article-container .personal-article-holder .personal-article .article-info p {
  margin-top: 0em;
  padding-top: 0.5em;
}
.personal-article-container .personal-article-holder .personal-article .article-info hr {
  border-color: #cccccc;
  border-style: solid;
  height: 0px;
  margin: 0 auto;
  width: 75%;
}
.personal-article-container .personal-article-holder .personal-article .article-info a {
  text-decoration: none;
}
.personal-article-container .personal-article-holder .article-link {
  padding: 0 1.5em 0.75em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.personal-article-container .personal-article-holder .article-link a {
  color: #4e5359;
  color: #003474;
  font-size: 0.8em;
}
.personal-article-container .pagination {
  list-style: none;
  text-align: center;
  margin: 20px 0;
  width: 100%;
}
.personal-article-container .pagination li {
  display: inline-block;
}
.personal-article-container .pagination li a {
  border-radius: 5px;
  padding: 0.75em 1em;
  border: 1px solid transparent;
  color: #003474;
  font-size: 1.25em;
  font-weight: bold;
}
.personal-article-container .pagination li a.active, .personal-article-container .pagination li a:hover {
  border: 2px solid #003474;
  background-color: #003474;
  color: white;
}
.personal-article-container .pagination li:last-child a:hover {
  border: 2px solid transparent;
  background-color: #003474;
  color: white;
}
.personal-article-container .clea {
  padding: 1.5em;
  line-height: 1.5em;
  color: #003474;
}

@media (max-width: 767px) {
  .personal-article-container {
    margin-top: 0;
  }
  .personal-article-container .personal-article-holder .personal-article {
    width: 100%;
    border-radius: 0px;
    margin: 0;
    min-height: 10.7em;
  }
  .personal-article-container .personal-article-holder .personal-article .img-content {
    float: left;
    width: 30%;
    top: 1em;
  }
  .personal-article-container .personal-article-holder .personal-article .article-info {
    padding: 0.5em 1em 2em;
    height: 5em;
  }
  .personal-article-container .personal-article-holder .personal-article .article-info .position-field {
    font-size: 0.9em;
    padding-top: 0.2em;
  }
  .personal-article-container .personal-article-holder .personal-article .article-info p {
    margin: 0 0 10px 0;
    font-size: 0.8em;
  }
  .personal-article-container .personal-article-holder .personal-article .article-info .title-field {
    font-size: 0.9em;
  }
  .personal-article-container .personal-article-holder .personal-article .article-info p.edwar {
    font-size: 5px;
  }
  .personal-article-container .personal-article-holder .personal-article .article-view {
    float: left;
    width: 70%;
  }
  .personal-article-container .personal-article-holder .personal-article .article-view .bio-field p {
    color: #002155;
  }
  .personal-article-container .personal-article-holder .personal-article .article-view .bio-field p a {
    color: #002155;
  }
  .personal-article-container .personal-article-holder .personal-article .article-link {
    padding: 0 1em 0.5em 1em;
  }
}
@media only screen and (min-width: 712px) and (max-width: 767px) {
  .personal-article-container .personal-article-holder .personal-article {
    height: auto;
    font-size: 1.25em;
  }
  .personal-article .article-view {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 711px) {
  .personal-article .article-view {
    margin-top: 1em;
  }
}
.calculator-cntr {
  margin-top: 1em;
}
.calculator-cntr .calculator-holder-standalone > iframe {
  width: 100%;
}
.calculator-cntr .calculator-holder {
  padding: 0;
  margin: 0 auto;
}
.calculator-cntr .calculator-holder svg {
  width: 1.6em;
}
.calculator-cntr .calculator-holder h2 {
  font-family: "Arial", sans-serif;
  text-align: center;
}
.calculator-cntr .calculator-holder h2 svg {
  width: 1.3em;
  margin: 0 0.2em 0.3em 0;
}
.calculator-cntr .calculator-holder h2 svg path {
  fill: #003474;
}
.calculator-cntr .calculator-holder .calculator-group {
  list-style-type: none;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-trigger {
  font-size: 1.2em;
  padding: 1em 3em;
  margin-bottom: 0.2em;
  cursor: pointer;
  color: #002155;
  background: #f7f7f7;
  display: flex;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-trigger.active .arrow-toggle-title {
  font-weight: bold;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-trigger .arrow-toggle-title {
  flex-grow: 1;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-trigger .toggle-icons {
  font-weight: 600;
  margin: auto;
  margin-left: 0.5em;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-trigger .toggle-icons .toggle-close {
  display: none;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-content {
  display: none;
  padding: 0 2em 1em;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-content p {
  font-size: 1em;
  line-height: 1.4;
}
.no-js .calculator-cntr .calculator-holder .calculator-group .arrow-toggle-content {
  display: block;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-content h3 {
  margin: 0;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-content iframe {
  width: 100%;
  max-width: 960px;
  text-align: center;
}
.calculator-cntr .calculator-holder .calculator-group .arrow-toggle-content img {
  height: 2em;
  margin: 0em 2em 0em 1em;
}

@media (max-width: 767px) {
  .calculator-cntr .calculator-holder .calculator-group > li img {
    height: 2em;
    margin: 0.8em 1.5em 0em 0.5em;
    float: left;
  }
  .calculator-cntr .calculator-holder .calculator-group > li .arrow-toggle-content {
    padding: 0 !important;
  }
}
.calc-tile-group {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.calc-tile-group .calc-tile {
  border: 1px solid #002d74;
  border-radius: 0.375rem;
  flex: 0 0 31% !important;
  padding: 1.5625em 1.25em !important;
  margin: 0.7em 0.7rem;
  text-align: center;
}
.calc-tile-group .calc-tile p {
  margin-top: 0.625em;
}
.calc-tile-group .calc-tile:active,
.calc-tile-group .calc-tile:hover,
.calc-tile-group .active {
  border: 1px solid #0074e7;
  background-color: #f7f7f7;
}
.calc-tile-group .tile-icon {
  width: 60px;
  height: 60px;
}

.cal-tiles-main-title {
  height: 2.375rem;
  width: 13.875rem;
  color: #002155;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  margin: 0.625em auto;
}

.show-all-calculators {
  height: 1.1875rem;
  color: #0074e7;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 17px;
  display: inline-block;
}

.cal-tiles-title {
  height: 1.3125rem;
  width: 38.3125rem;
  color: #002d74;
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0px;
}

.calc-container {
  margin: 2.6em 3.3em;
}

.displayHide,
.hideTiles {
  display: none !important;
}

.view-rbfcu-rates {
  color: #0074e7;
  font-size: 0.875rem;
  background: none !important;
}

.rate-cta-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.rate-cta-wrapper .rate-cta-applyLoan,
.rate-cta-wrapper .rate-cta-vehicleRate {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 20px;
}
.rate-cta-wrapper .rate-cta-applyLoan {
  margin-right: 60px;
}

.rate-cta-wrapper a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 960px) {
  .calc-tile-group .calc-tile {
    border-radius: 0px;
    flex: 0 1 46% !important;
    padding: 1.5625em 1.25em !important;
    margin: 0.4em 0.93em !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .rate-cta-wrapper {
    display: flex;
    align-items: center;
    margin: 24px 0 30px;
    flex-direction: column;
  }
  .rate-cta-wrapper .rate-cta-applyLoan,
  .rate-cta-wrapper .rate-cta-vehicleRate {
    margin: 20px 0;
    width: 255px;
  }
  .rate-cta-wrapper .rate-cta-applyLoan {
    margin-bottom: 15px;
  }
  .view-cal-rates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0.93em;
  }
  .show-all-calculators {
    display: block;
    font-size: 14px;
  }
  .cal-tiles-title {
    width: auto;
    height: auto;
  }
  .calc-tile-group .calc-tile {
    border: 1px solid #979797;
    border-radius: 0;
    padding: 0.7em 0.8em;
    flex: 100% !important;
    align-content: center;
    text-align: start;
    margin: 0.4em 0.93em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-height: 4em;
    cursor: pointer;
  }
  .calc-tile-group .calc-tile .active {
    display: inline-flex;
    border: 1px solid #0074e7;
    background-color: #f7f7f7;
    border: 1px solid #0074e7 !important;
  }
  .calc-tile-group .calc-tile .hideTiles {
    display: none;
  }
  .cal-tiles-main-title {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start;
    margin: 0 !important;
  }
  .calc-container {
    margin: 2.6em 0.93em;
  }
}
.disclosure-new-line {
  font-size: 0.875rem !important;
}

.rate-group-holder {
  margin-top: 2em;
  padding: 0 8px;
}
.rate-group-holder .decor {
  width: 3%;
  height: 5.2em;
  float: left;
}
.rate-group-holder img {
  width: 1.8em;
  height: 5.3em;
}
.rate-group-holder .rate-content {
  display: flex;
  flex-wrap: wrap;
}
.rate-group-holder .rate-content ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.rate-group-holder .rate-content ul li {
  flex: 0 0 10%;
  flex-grow: 1;
  padding: 5px 10px 5px 15px;
  background: #e2e2e2;
  height: 5.3em;
}
.rate-group-holder .rate-content ul li .name-desc {
  color: #002155;
  font-size: 0.8em;
}
.rate-group-holder .rate-content ul li .rate-value::after {
  content: "%";
}
.rate-group-holder .rate-content ul li .name-desc::after {
  content: "*";
}
.rate-group-holder .rate-content ul li .rate-percent {
  color: #5b6166;
  margin: 0px;
  font-size: 1.4em;
  font-weight: bold;
}
.rate-group-holder .rate-content ul li .rate-percent .value-desc {
  font-size: 0.8em;
  color: #5b6166;
}
.rate-group-holder .rate-content ul li h2.rate-group-title {
  color: #002155;
  margin: 0;
  display: inline-block;
  font-size: 1.17em;
  font-weight: bold;
  text-decoration: none;
}
.rate-group-holder .rate-content ul li + li {
  border-left: 1px solid #888;
}
.rate-group-holder .condition-holder span {
  font-size: 11px;
  color: #666;
  padding: 5px 0 0 30px;
}
.rate-group-holder .condition-holder a {
  color: #666;
}
.rate-group-holder .rate-group-card {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 960px) {
  .rate-group-holder .decor img {
    height: 5.4em;
  }
}
@media (max-width: 767px) {
  .rate-group-holder {
    padding: 0;
    background: #e2e2e2;
  }
  .rate-group-holder .decor {
    width: 100%;
    height: 32px;
    float: left;
    background: #003474;
  }
  .rate-group-holder .decor img {
    display: none;
  }
  .rate-group-holder .decor::after {
    content: "Today's Rates";
    color: white;
    vertical-align: sub;
    padding-left: 0.6em;
    font-weight: bold;
  }
  .rate-group-holder .rate-content {
    display: inherit;
  }
  .rate-group-holder .rate-content ul li {
    flex: 0 0 90%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 1em;
  }
  .rate-group-holder .rate-content ul li .rate-percent {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -2em;
  }
  .rate-group-holder .rate-content ul li h2.rate-group-title {
    font-size: 1.25em;
    float: left;
  }
  .rate-group-holder .rate-content ul li + li {
    border-left: none;
    border-top: 1px solid #888;
  }
  .rate-group-holder .condition-holder span {
    font-size: 11px;
    color: #666;
    width: 95%;
    padding: 5px 0;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .rate-group-holder .condition-holder a {
    color: #666;
  }
  .rate-group-header {
    display: grid;
  }
  .name-desc {
    margin-top: -1.5em;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  .rate-group-holder .rate-content ul li {
    flex: 0 0 90%;
  }
}
.browser-table-cntr {
  padding: 1em;
}
.browser-table-cntr .browser-table {
  margin: 1em 0;
  min-width: 300px;
  color: #0a3d7a;
  border: 1px solid #002155;
}
.browser-table-cntr .browser-table tr {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.browser-table-cntr .browser-table th {
  display: none;
}
.browser-table-cntr .browser-table td {
  display: block;
}
.browser-table-cntr .browser-table td:first-child {
  padding-top: 0.5em;
  text-align: left;
}
.browser-table-cntr .browser-table td:last-child {
  padding-bottom: 0.5em;
}
.browser-table-cntr .browser-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.browser-table-cntr .browser-table th,
.browser-table-cntr .browser-table td {
  text-align: left;
}
.browser-table-cntr .browser-table tr {
  border-color: #002155;
}
.browser-table-cntr .browser-table tr:first-child {
  background: #002d74;
  color: white;
}
.browser-table-cntr .browser-table th,
.browser-table-cntr .browser-table td {
  margin: 0.5em 1em;
}
.browser-table-cntr .browser-table th,
.browser-table-cntr .browser-table td:before {
  color: #fff;
}
.browser-table-cntr li.browser-icon {
  display: inline-block;
  padding: 1em;
}
.browser-table-cntr li.browser-icon a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.browser-table-cntr li.browser-icon a span {
  padding: 1em;
  display: block;
}

@media (min-width: 767px) {
  .browser-table-cntr .browser-head {
    text-align: center;
  }
  .browser-table-cntr .browser-table td:before {
    display: none;
  }
  .browser-table-cntr .browser-table {
    color: #002155;
    border: 1px solid #002155;
    width: 100%;
    margin: 0 auto;
  }
  .browser-table-cntr .browser-table th,
  .browser-table-cntr .browser-table td {
    display: table-cell;
    padding: 1em 0.5em;
  }
  .browser-table-cntr .browser-table th:first-child,
  .browser-table-cntr .browser-table td:first-child {
    padding-left: 1em;
  }
  .browser-table-cntr .browser-table th:last-child,
  .browser-table-cntr .browser-table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .browser-table-cntr p {
    text-align: center;
  }
  .browser-table-cntr h2 {
    text-align: center;
  }
  .browser-table-cntr .browser-head {
    text-align: center;
  }
  .browser-table-cntr .browser-table {
    width: 80%;
    margin: 0 auto;
  }
  .browser-table-cntr .browser-table th,
  .browser-table-cntr .browser-table td:before {
    color: #002155;
  }
  .browser-table-cntr td:nth-of-type(odd) {
    background-color: #e2e2e2;
  }
  .browser-table-cntr .browser-table td {
    margin: 0;
  }
  .browser-table-cntr .browser-table td:before {
    width: 40%;
  }
  .browser-table-cntr ul.browser-list li {
    width: 100%;
  }
}
.rate-block {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.rate,
.rate-latest,
.rate-circle {
  width: 80%;
  margin: 0.5em 0.5em 0.5em 0.8em;
  text-align: center;
  box-shadow: 0 0.3em 1em 0 rgba(0, 0, 0, 0.2);
}
.rate .dollar,
.rate-latest .dollar,
.rate-circle .dollar {
  display: block !important;
}
.rate__section,
.rate-latest__section,
.rate-circle__section {
  padding: 0.5em 0;
  line-height: 1.3em;
}
.rate__detaillink,
.rate-latest__detaillink,
.rate-circle__detaillink {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.rateratesLink,
.rate-latestratesLink,
.rate-circleratesLink {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.rate .detaillink,
.rate-latest .detaillink,
.rate-circle .detaillink {
  position: relative;
  color: #0074e7;
  padding-left: 0.5rem;
}
.rate .detaillink a,
.rate-latest .detaillink a,
.rate-circle .detaillink a {
  color: #0074e7;
}
.rate .viewdetails,
.rate-latest .viewdetails,
.rate-circle .viewdetails {
  position: relative;
  color: #0074e7;
  font-weight: bold;
}
.rate .viewdetails a,
.rate-latest .viewdetails a,
.rate-circle .viewdetails a {
  color: #0074e7;
  font-weight: normal;
  font-size: 0.65rem;
}
.rate .rate-title,
.rate-latest .rate-title,
.rate-circle .rate-title {
  width: 100%;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  color: #0074e7;
  font-weight: bold;
}
.rate .title-latest,
.rate-latest .title-latest,
.rate-circle .title-latest {
  font-size: 0.9rem;
  padding: 0.5em 0 0 0;
}
.rate .title,
.rate-latest .title,
.rate-circle .title {
  padding: 0.7em 0.5em;
  font-size: 1.1875em;
  color: #fff;
  background: #3d8a70;
  font-weight: bold;
}
.rate .rateContent,
.rate-latest .rateContent,
.rate-circle .rateContent {
  margin-bottom: 30px;
}
.rate .latest-content,
.rate-latest .latest-content,
.rate-circle .latest-content {
  width: 100%;
}
.rate .latest_entry,
.rate-latest .latest_entry,
.rate-circle .latest_entry {
  display: grid;
  text-align: left;
  padding-left: 0.5rem;
  font-size: 0.6em;
  align-items: flex-start;
}
.rate .flex-blocks,
.rate-latest .flex-blocks,
.rate-circle .flex-blocks {
  display: flex;
  align-items: center;
  font-size: 2.25em;
  font-weight: 300;
}
.rate .flex-blocks-circle,
.rate-latest .flex-blocks-circle,
.rate-circle .flex-blocks-circle {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 300;
}
.rate .description,
.rate-latest .description,
.rate-circle .description {
  text-transform: uppercase;
  font-size: 0.8em;
}
.rate .rate-item span.value.Months_desc,
.rate-latest .rate-item span.value.Months_desc,
.rate-circle .rate-item span.value.Months_desc {
  font-size: 0.75rem;
}
.rate .term_desc,
.rate-latest .term_desc,
.rate-circle .term_desc {
  padding-top: 0.5rem;
}
.rate .lowerClass,
.rate-latest .lowerClass,
.rate-circle .lowerClass {
  text-transform: uppercase;
  font-size: 0.8em;
}
.rate__entry .blocky,
.rate-latest__entry .blocky,
.rate-circle__entry .blocky {
  display: block;
}
.rate__entry .line-item-custom,
.rate-latest__entry .line-item-custom,
.rate-circle__entry .line-item-custom {
  display: inline-flex;
  align-content: flex-start;
  align-items: center;
}
.rate__entry .desc-custom,
.rate-latest__entry .desc-custom,
.rate-circle__entry .desc-custom {
  padding-bottom: 5px;
}
.rate__entry .line-item,
.rate-latest__entry .line-item,
.rate-circle__entry .line-item {
  font-size: 2.1em;
}
.rate__entry .line-item sup,
.rate-latest__entry .line-item sup,
.rate-circle__entry .line-item sup {
  display: none;
}
.rate__entry .line-item.percentage sup,
.rate-latest__entry .line-item.percentage sup,
.rate-circle__entry .line-item.percentage sup {
  display: inline;
}
.pretext {
  margin-bottom: 0.5em;
}

.rate-latest {
  text-align: left;
}

@media only screen and (min-width: 500px) {
  .rate_sec {
    width: 40%;
  }
  .rate-latest {
    width: 47%;
  }
  .latestRate-block {
    justify-content: center;
  }
}
.rates-section {
  display: flex;
  height: 110px;
}

@media only screen and (min-width: 780px) {
  .rate_sec {
    width: 20%;
    position: relative;
  }
  .rate-latest {
    width: 41%;
    position: relative;
  }
  .latestRate-block {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .rate-latest {
    width: 31.5%;
    position: relative;
  }
  .latestRate-block {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .rate_sec {
    width: 44%;
    margin: 0.5em;
  }
  .rate_sec .rateContent {
    margin-bottom: 0;
    font-size: 0.85em;
  }
  .rate_sec .latestRate-block {
    justify-content: center;
  }
  .rate_sec .title {
    font-size: 1.1875em;
  }
  .rate_sec__entry .line-item {
    font-size: 1.75em;
  }
}
@media (max-width: 768px) {
  .rate__detaillink {
    position: static;
  }
}
.rate-latest {
  height: 125px;
  font-size: 0.75rem;
  background: #ffffff;
  padding-left: 0.75rem;
}

.rate-circle {
  height: 240px;
  width: 230px;
  border-radius: 50%;
  font-size: 0.75rem;
  background: #ffffff;
  justify-content: center;
  display: flex;
}

.divider-sec {
  margin: 0.75rem 0;
  border-right: 1.5px solid #f16c4f;
}

.latest_rate {
  width: 100%;
  text-align: left;
  padding: 0.25rem 1rem;
}

.latest_rate_circle {
  margin: 0 auto;
  color: #333333;
  display: contents;
}

.apr-text {
  font-size: 0.7rem;
}

.rate-info {
  height: 80px;
}

.subText {
  font-weight: normal;
  font-size: 0.8rem;
}

.circle_section {
  line-height: 1.2em;
  padding: 0.05em 0;
  border-radius: 50%;
  max-width: 90%;
}

.latestRate-block {
  background: #f7f7f7;
  padding: 20px;
}

.rates-block-circle {
  color: #0074e7;
  width: 180px;
  height: 190px;
  margin-top: 1rem;
  padding: none;
  font-size: 0.95rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}

.rate-title-circle {
  width: 100%;
  color: #0074e7;
  font-weight: bold;
  font-size: 1rem;
}

.divider-sec-circle {
  margin: 0.5rem;
  border-bottom: 1.5px solid #f16c4f;
  width: 190px;
}

.title-circle {
  font-weight: bold;
  height: 50px;
}

.entry_circle {
  padding-left: 0.5rem;
}

.rate_details_circle {
  margin-top: 0.5em;
}

.details_circle {
  position: absolute;
  right: 45px;
  font-size: 0.75rem;
}

.term_text {
  height: 20px;
}

.tab-holder {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.tab-holder h1 {
  color: #003474;
  margin: 10px 0 0 0;
}
.tab-holder h4 {
  color: #003474;
  margin-top: 10px;
}
.tab-holder .resp-tabs-list {
  background: #e2e2e2;
  color: #002155;
}
.tab-holder .resp-tabs-list li {
  text-align: center;
}
.tab-holder .resp-tabs-list li.resp-tab-active {
  background: #002d74;
  color: #fff;
}
.tab-holder .resp-tabs-list li + li {
  border-left: 1px solid #fff;
}
.tab-holder .resp-tab-content p {
  font-size: 0.875em;
  padding: 0px 0;
}
.tab-holder .resp-tab-content p p.cer-disc-space {
  font-size: 1em;
}
.tab-holder .product-disclosure {
  font-size: 0.8em;
}
.tab-holder .group-disclosure {
  margin: 0 1em;
}
.tab-holder .rwd-table {
  background: #fff;
  color: #002155;
  overflow: hidden;
  margin: 1em 0;
  min-width: 100px;
}
.tab-holder .rwd-table tr {
  border-color: #d5d5d5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tab-holder .rwd-table th {
  display: none;
}
.tab-holder .rwd-table td {
  display: block;
}
.tab-holder .rwd-table td .mobile-title {
  font-weight: bold;
  width: 7.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .tab-holder .rwd-table td .mobile-title {
    display: none;
  }
}
.tab-holder .rwd-table th,
.tab-holder .rwd-table td {
  margin: 0.5em;
  text-align: left;
}
@media (min-width: 480px) {
  .tab-holder .rwd-table th,
  .tab-holder .rwd-table td {
    padding: 5px !important;
    text-align: center;
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .tab-holder .rwd-table th:first-child,
  .tab-holder .rwd-table td:first-child {
    padding-left: 0;
  }
  .tab-holder .rwd-table th:last-child,
  .tab-holder .rwd-table td:last-child {
    padding-right: 0;
  }
}
.tab-holder .rwd-table th,
.tab-holder .rwd-table td:before {
  color: #002155;
}
.tab-holder .subHeader {
  border-top: none !important;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  font-size: 0.85em;
}
.tab-holder .MainHeader {
  border-bottom: none !important;
  border-top: none !important;
  line-height: 0.5;
}
.tab-holder .subHead {
  font-weight: normal;
  font-size: 0.85em;
}
.tab-holder .calculatorlinkClass {
  width: 100% !important;
  font-size: 1rem !important;
  display: block !important;
  text-align: center !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding-top: 1rem !important;
}

@media only screen and (min-width: 768px) {
  .resp-tabs-container .exCol {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .rate-detail-holder p.text-center {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .tab-holder a span {
    display: inline-block;
    width: 70%;
    padding-left: 0.5em;
    padding-top: 0.4em;
  }
  .tab-holder a span .rate-table-container .rate-table-holder h4 {
    color: #003474;
    font-size: 1.3em;
    margin-top: 10px;
  }
  .tab-holder {
    padding: 0 0 30px 0;
  }
  .tab-holder h1 {
    margin: 10px 0;
  }
  .tab-holder h4 {
    padding: 0 1em;
  }
  .tab-holder .resp-tabs-container ul {
    margin-left: 1em;
  }
  .tab-holder .resp-tab-content {
    padding: 1em;
  }
  .tab-holder .rwd-table td:before {
    width: 40%;
  }
  .exCol-cntr ul {
    margin: 0 !important;
  }
  .exCol-cntr ul li a.arrow-toggle-trigger {
    padding: 0.7em 3em 0.7em 24px;
  }
  .resp-tab-content-active ul.rate-products-holder li {
    margin: 5px 0px;
  }
}
.prv {
  background-color: red;
}

.how-to-cntr {
  background-color: #e2e2e2;
}
.how-to-cntr .how-to-holder {
  padding: 20px 0;
}
.how-to-cntr .how-to-holder .how-to-elements {
  text-align: center;
}
.how-to-cntr .how-to-holder .how-to-elements ul {
  display: flex;
  flex-wrap: wrap;
}
.how-to-cntr .how-to-holder .how-to-elements ul li {
  text-align: left;
  padding-top: 10px;
  background-repeat: no-repeat;
  background-position: left 27px;
  background-size: 5em 3em;
  padding-left: 65px;
  display: inline-block;
  width: 50%;
}
.how-to-cntr .how-to-holder .how-to-elements ul li p {
  text-align: left;
  width: 90%;
}

@media (max-width: 767px) {
  .how-to-cntr .how-to-holder .how-to-content {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .how-to-cntr .how-to-holder .how-to-content p {
    padding: 0 10px;
  }
  .how-to-cntr .how-to-holder .how-to-content .how-to-elements ul {
    padding: 0;
    margin: 0;
  }
  .how-to-cntr .how-to-holder .how-to-content .how-to-elements ul li {
    flex: 1 1 100%;
    padding-left: 0;
  }
  .how-to-cntr .how-to-holder .how-to-content .how-to-elements ul li h4 {
    padding-left: 0.75em;
  }
  .how-to-cntr .how-to-holder .how-to-content .how-to-elements ul li p {
    text-align: left;
    width: 96%;
  }
}
.pagenotfound-cntr .pagenotfound-holder {
  text-align: center;
}
.pagenotfound-cntr .pagenotfound-holder h2 {
  color: white;
  margin: 8px;
  text-align: center;
  padding-top: 1em;
}
.pagenotfound-cntr .pagenotfound-holder p {
  color: #003474;
  font-size: 20px;
  font-weight: 500;
}
.pagenotfound-cntr .pagenotfound-holder .search-box {
  background: #003474;
  height: 16em;
  color: white;
}
.pagenotfound-cntr .pagenotfound-holder .search-box .btn {
  padding: 7px 65px;
}
.pagenotfound-cntr .pagenotfound-holder .search-box .btncentre {
  padding: 0px 40px;
}
.pagenotfound-cntr .pagenotfound-holder .search-box .searchboxtext {
  border: 1px solid #003474;
  background: #003474;
  width: 78%;
  padding: 10px;
  outline: none;
}
.pagenotfound-cntr .pagenotfound-holder .search-box .buttonubuntu {
  float: left;
  padding: 15px;
  width: 20%;
  color: white;
  letter-spacing: 2px;
  cursor: pointer;
}
.pagenotfound-cntr .pagenotfound-holder .search-box .buttonubuntu:active {
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .useful-elements ul li {
    width: 50% !important;
  }
  .pagenotfound-cntr .pagenotfound-holder .pagenotfound-content h4 {
    font-size: 14px;
  }
  .pagenotfound-cntr .pagenotfound-holder .pagenotfound-content .searchbar {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pagenotfound-cntr .pagenotfound-holder .search-box .searchboxtext {
    width: 74%;
  }
}
.arrow_box {
  position: relative;
  background: #003474;
  border: 2px solid #ffffff;
  width: 90%;
  margin: 1em auto;
}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #003474;
  border-width: 10px;
  margin-left: -10px;
}
.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 13px;
  margin-left: -13px;
}
.arrow_box .externalanchor {
  background-image: url(none);
}

.popup-form {
  margin: 0 auto;
  max-width: 625px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.popup-form .form-header {
  padding: 1px 10px;
  position: relative;
}
.popup-form .form-header h2 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.popup-form .form-header a {
  position: absolute;
  right: 20px;
  top: 15px;
  text-decoration: none;
  color: white;
  font-size: 33px;
}
.popup-form .open-an-account-form {
  display: flex;
}
.popup-form .form-content {
  padding: 20px;
  flex-direction: row;
}
.popup-form .form-content h3 {
  margin: 0px;
  color: #002155;
}
.popup-form .form-content .form-signin .form-row {
  padding: 5px 0 5px 0;
}
.popup-form .form-content .form-signin .form-row label {
  display: block;
  font-size: 13px;
  padding: 8px 0 10px 0;
}
.popup-form .form-content .form-signin .form-row input[type=text] {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #4e5359;
  padding: 10px 10px 10px 40px;
  box-sizing: content-box;
  line-height: normal;
}
.popup-form .form-content .form-signin a {
  margin: 0px 25%;
}
.popup-form .form-content .form-new-mem a {
  margin: 0px 23%;
}
.popup-form .form-content .form-new-mem #btn--Loan-applyNow {
  margin: auto;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 293px;
  padding: 0;
  line-height: 2.5em;
}
.popup-form .form-content ul {
  list-style: decimal;
  font-size: 13px;
  color: #003474;
  padding: 10px 0 0 15px;
}
.popup-form .form-content ul li {
  width: 100%;
  padding: 5px 0;
}
.popup-form .form-content .current-mem {
  text-align: center;
}
.popup-form .form-content .current-mem span {
  height: 28px;
  width: 558px;
  color: #002d74;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}
.popup-form .form-content .current-mem .rbfcu-member-inputs {
  padding-top: 10px;
}
.popup-form .form-content .current-mem .rbfcu-member-inputs .member-input {
  display: inline;
}
.popup-form .form-content .current-mem .rbfcu-member-inputs .member-input input {
  height: 23px;
  width: 23px;
}
.popup-form .form-content .current-mem .rbfcu-member-inputs .member-input label {
  padding-left: 5px;
  padding-right: 30px;
}
.popup-form .form-content #login-details {
  display: none;
}
.popup-form .form-content #login-details .enroll-online {
  color: #0074e7;
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.35px;
  line-height: 20px;
  text-align: center;
}
.popup-form .form-content #login-details .enroll-online p a {
  color: #0074e7;
  text-decoration: none;
}
.popup-form .form-content #login-details .forgot-username-password {
  text-align: center;
}
.popup-form .form-content #login-form {
  padding: 20px 80px 0 80px;
}
.popup-form .form-content #login-form label {
  padding: 0;
}
.popup-form .form-content #login-form .btn--login {
  width: 100%;
}
.popup-form .form-content #online-application {
  display: none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 22;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

a.modal__close {
  margin-top: -0.25em;
}

.mm-menu.mm-offcanvas {
  z-index: 16;
}

.popup-header {
  padding: 0.5em;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .popup-form .form-content {
    flex-direction: column;
  }
  .popup-form .form-header a {
    text-align: right;
  }
  .form-content {
    padding: 1em 1em 5em 1em !important;
  }
  .modal {
    z-index: 20;
  }
  .popup-form .form-content .form-new-mem {
    width: 98%;
  }
  .popup-form .form-content .form-new-mem a {
    margin: 0px 4.2%;
  }
}
.page {
  background: #ecf2f9;
  padding: 3em;
}
.page h2 {
  text-align: center;
}
.page .repo-thumbs {
  padding-top: 10px;
  overflow: hidden;
}
.page .repo-thumbs img {
  padding: 4px;
  background-color: white;
  cursor: pointer;
}
.page .gallery {
  border: 2px dotted #c7c7c7;
}
.page .largeImage {
  padding: 4px;
  background-color: white;
  cursor: pointer;
  width: 100%;
  height: 28em;
}
.page .repo-thumbs img {
  width: 19.5%;
}
.page .description {
  color: white;
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  width: 60%;
  margin: 5px;
}
.page .panel {
  position: relative;
}

@media (max-width: 767px) {
  .page {
    padding: 0px;
  }
  .page .repo-thumbs {
    padding-top: 10px;
    overflow: hidden;
  }
  .page .repo-thumbs img {
    padding: 0px;
  }
  .page .gallery {
    border: 2px dotted #c7c7c7;
  }
  .page .largeImage {
    width: 100%;
    height: 13em;
  }
  .page .repo-thumbs img {
    width: 48%;
  }
  .page .description {
    color: white;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 60%;
    margin: 5px;
  }
  .page .panel {
    position: relative;
  }
}
.notification-alert-bar + #base-area #header div.mainHeaderCntr,
.notification-alert-bar + #base-area #header div.lowerBarCntr {
  position: unset;
}

.notification-alert-bar + #base-area #content-body .heroCntr,
.notification-alert-bar + #base-area #header form.loginSheet {
  margin-top: 0;
}

.notification-alert-bar + #base-area #header {
  margin-bottom: 0;
}

.dark-grey-bg {
  background-color: #666666;
  color: #fff;
}

.dark-red-bg {
  background-color: #c92939;
  color: #fff;
}

.accordian-body {
  padding-left: 0.35em;
  display: none;
}
.accordian-body .banner-body {
  padding-bottom: 0.75em;
  font-size: 0.7em;
  line-height: 1.5em;
}
.accordian-body .banner-body a {
  color: white;
}

.notification-alert-bar {
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .notification-alert-bar + #base-area #content-body .heroCntr,
  .notification-alert-bar + #base-area #header form.loginSheet {
    margin-top: 0;
  }
  .notification-alert-bar + #base-area #header {
    margin-bottom: 0;
  }
  .notification-alert-bar + #base-area #content-body .heroCntr .hero {
    margin-top: 0;
  }
  .notification-alert-bar + #base-area #header .lowerBarCntr .menuPanelCntr {
    top: 0;
  }
  img.plus {
    margin-right: 0.85em;
  }
  img.minus {
    margin-right: 0.85em;
  }
  .banner-body {
    padding: 0 0.5em 0.5em 0.5em;
  }
  .plusminus img {
    height: 1em;
  }
  .alert-header img {
    padding-left: 0.25em;
  }
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .notification-alert-bar + #base-area #header div.mainHeaderCntr,
  div.lowerBarCntr,
  .notification-alert-bar + #base-area #header div.lowerBarCntr {
    position: static;
  }
}
.alert-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.alert-header .alert-title img {
  width: 2em;
  height: 1.65em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
}
.alert-header .alert-title .banner-title {
  display: inline-block;
  color: white;
  font-size: 0.85em;
  padding-left: 0.3em;
}
.alert-header .alert-toggle-icon .plusminus img {
  height: 1.05em;
  cursor: pointer;
  float: right;
  vertical-align: middle;
  margin-top: 1em;
}
.alert-header .alert-toggle-icon .plusminus .minus {
  display: none;
}

.editable-holder {
  margin-top: 2em;
}

.editable-header {
  background: #ffffff;
  padding: 0 2em;
  display: flex;
}
.editable-header.dark-blue-header {
  background: #002155;
  color: #ffffff;
}
.editable-header.dark-blue-header .eh-icon {
  background: #002155;
}
.editable-header.gray-header {
  background: #e2e2e2;
  color: #002155;
}
.editable-header.gray-header .eh-icon {
  background: #e2e2e2;
}

.editable-title {
  margin: auto 0;
  padding: 0;
}

.eh-icon {
  height: 5em;
}

@media only screen and (max-width: 767px) {
  .editable-header {
    padding: 0 2em;
  }
  .editable-title {
    font-size: 1.35em;
  }
  .eh-icon {
    height: 4.5em;
  }
}
@media only screen and (max-width: 767px) {
  button.flickity-prev-next-button.next {
    left: 12em;
    top: 10.5em;
  }
  button.flickity-prev-next-button.previous {
    top: 10.5em;
    left: -13.5em;
  }
  .flickity-prev-next-button .arrow {
    fill: lightgrey;
  }
  .carousel.carousel-nav {
    display: none;
  }
}
button.flickity-prev-next-button {
  background: transparent;
}

.flickity-prev-next-button:hover {
  background: none;
}

@media only screen and (min-width: 768px) {
  img.carousel-cell.slider {
    height: 44em;
    width: 90%;
  }
  .hero-Cntr.cntr {
    width: 40%;
  }
  .carousel.carousel-main {
    width: 133%;
    margin-left: 0.25em;
  }
  .carousel.carousel-main .flickity-prev-next-button {
    display: none;
  }
  .image-slider {
    display: flex;
  }
  .image-slider .flickity-prev-next-button.previous {
    left: -34px;
  }
  .image-slider .flickity-prev-next-button.next {
    right: -40px;
  }
  .hero-Cntr .carousel-nav .carousel-cell {
    height: 80px;
    width: 100px;
    transform: rotate(-90deg);
    cursor: pointer;
  }
  .carousel.carousel-nav.flickity-enabled.is-draggable {
    height: 5em !important;
    margin-right: -5em;
    margin-left: 4em;
    margin-top: 10em !important;
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 712px) and (max-width: 767px) {
  img.carousel-cell.slider {
    height: 38em;
  }
  button.flickity-prev-next-button.previous {
    left: -24.5em;
  }
  button.flickity-prev-next-button.next {
    left: 24em;
  }
}
@media only screen and (min-width: 700px) and (max-width: 711px) {
  img.carousel-cell.slider {
    height: 30em;
  }
  button.flickity-prev-next-button.previous {
    left: -24.5em;
  }
  button.flickity-prev-next-button.next {
    left: 24em;
  }
}
@media only screen and (min-width: 640px) and (max-width: 699px) {
  img.carousel-cell.slider {
    height: 28em;
  }
  button.flickity-prev-next-button.previous {
    left: -22.5em;
    top: 8.5em;
  }
  button.flickity-prev-next-button.next {
    left: 22em;
    top: 8.5em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  button.flickity-prev-next-button.previous {
    left: -11.5em;
  }
  button.flickity-prev-next-button.next {
    left: 10em;
  }
}
@media only screen and (min-width: 568px) and (max-width: 639px) {
  img.carousel-cell.slider {
    height: 28em;
  }
  button.flickity-prev-next-button.previous {
    left: -19.5em;
    top: 11.5em;
  }
  button.flickity-prev-next-button.next {
    left: 19em;
    top: 11.5em;
  }
}
@media only screen and (min-width: 768px) {
  .vehicle-list-item {
    border-bottom: 1px solid lightgrey;
  }
  .vehicle-list-item li {
    list-style: none;
    width: 17%;
    display: inline-block;
    margin: 0;
    border-right: 1px solid darkgrey;
    line-height: 1.5em;
    vertical-align: middle;
    height: 7.5em;
    min-height: auto;
    padding-top: 5%;
  }
  .vehicle-list-item li:last-child {
    border-right: 0px solid lightgrey;
  }
  .vehicle-list-item li.sf-vehicle-title {
    width: 24%;
  }
  .vehicle-list-item li.sf-vehicle-icon-mobile {
    display: none;
  }
  .vehicle-list-item li.vh-button {
    padding-left: 1.5em;
    padding-top: 2.25em;
  }
  .vehicle-list-item li.vh-button a.btn {
    margin-right: -2em;
  }
  .vehicle-list-item li.sf-vehicle-title.large-title {
    padding-top: 3%;
  }
  .vehicle-list-item li.sf-vehicle-title.big-title {
    padding-top: 4%;
  }
  .vehicle-list-item:nth-child(odd) {
    background-color: lightgrey;
  }
  .vehicle-list-item:first-child {
    font-size: 1.1em;
    background-color: #003474;
    color: white;
  }
  .vehicle-list-item:first-child li {
    padding-top: 0.75em;
    height: 5em !important;
  }
  .vehicles-list-table {
    border: 1px solid lightgrey;
    text-align: center;
  }
  .vehicles-list-table div:last-child {
    border-bottom: 0px solid lightgrey;
  }
  span.mobile-view {
    display: none;
  }
  .vehicle-list-item img.vh-icon {
    width: 97%;
  }
  li.sf-vehicle-details {
    width: 5%;
  }
  li.sf-vehicle-details p {
    margin-left: 4em;
  }
  li.sf-vehicle-photo {
    margin-left: -10.75em;
  }
}
@media only screen and (max-width: 767px) {
  li.sf-vehicle-title {
    background-color: #003474;
    font-size: 1.25em;
    padding: 0.5em;
  }
  li.sf-vehicle-title a.vehicle-title {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  .vehicle-list-item {
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    list-style: none;
    margin: 1em;
    line-height: 1.5em;
  }
  .vehicle-list-item li.text-muted {
    margin-top: 1em;
  }
  .vehicle-list-item .mobile-view {
    font-weight: bold;
    margin-left: 1em;
  }
  .vehicle-list-item li.sf-vehicle-icon-full {
    display: none;
  }
  .vehicle-list-item img.vh-icon {
    margin-left: 5em;
    width: 55%;
    margin-top: 1.25em;
  }
  .vehicle-list-item li.vh-button {
    text-align: center;
    margin: 1em 0;
    line-height: 2em;
  }
  .vehicle-list-item:first-child {
    display: none;
  }
  span.vh-mileage {
    padding: 1em;
  }
  span#vh-price {
    padding: 1em;
  }
  .vehicle.detail-list-summary {
    padding-left: 1em;
  }
  h3.vh-listing {
    padding-left: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vehicle.detail-list-summary {
    padding-left: 1em;
  }
  h3.vh-listing {
    padding-left: 0.5em;
  }
}
.list-unstyled.vehicles-list-table {
  margin-top: 3em;
  margin-bottom: 2em;
}

li.sf-vehicle-icon-full {
  padding-top: 0;
  overflow: hidden;
  margin-left: -4.25em;
}

@media only screen and (max-width: 1024px) {
  .add-info {
    margin-left: 1em;
    margin-top: 1em;
  }
}
#btn--openAcctbtn {
  white-space: nowrap;
  margin-left: 10%;
}

.mortgage-rates {
  padding: 20px;
}

.mortgage-steps {
  display: flex;
  flex-direction: row;
}

.fixed-rates,
.fixed-mobile-rates {
  width: 100%;
}

.fixed-rates td,
.fixed-mobile-rates td,
.fixed-rates-single td,
.fixed-rates-dual td {
  text-align: left !important;
  padding-top: 0;
}

.fixed-rates-single {
  width: 60%;
}

.fixed-rates-dual {
  width: 80%;
}

.fixed-mobile-rates {
  display: none;
}

.loan-faq,
.loan-next {
  width: 50%;
}

.mortgage-disclaimer {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1em;
}

.mortgage-head {
  margin-top: 0;
}

.open-rates {
  background: transparent;
  color: #0058a9;
  border: none;
  cursor: pointer;
}

.loan-ques {
  display: block;
  margin: 0.5em 0;
  cursor: pointer;
}

.btn-mortgage {
  display: block;
  margin: 1em auto;
  width: 60%;
  text-align: center;
  line-height: initial;
}

.mor-calculator {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .open-rates {
    display: block !important;
  }
  .open-rates span {
    text-decoration: underline;
  }
  .fixed-mobile-rates {
    display: block;
    margin-bottom: 2em;
  }
  .fixed-rates {
    display: none;
  }
  .mortgage-steps {
    display: block;
  }
  .loan-faq,
  .loan-next {
    width: 100%;
  }
  .btn-mortgage {
    width: 80%;
    padding: 0.35em !important;
    line-height: unset !important;
  }
}
.prv {
  background-color: red;
}

#locationSearchPage {
  padding: 0rem 1rem;
}

.map-nav-view {
  width: 100%;
  background: #e2e2e2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 1em 0;
  cursor: pointer;
}
.map-nav-view a {
  color: #002155;
  text-decoration: none;
}

#locationsMap {
  height: 700px;
  margin-bottom: 10px;
  min-height: 150px;
  overflow-anchor: none;
}

.ada-none {
  display: none;
}

.location {
  width: 100%;
  padding: 1em;
}
.location .location-name {
  margin: 0 0 0.5em 0;
}
.location .location-details {
  display: flex;
}
@media (min-width: 768px) {
  .location .location-details {
    flex-flow: row nowrap;
  }
  .location .location-details .location-address {
    padding-right: 2em;
  }
}
@media (max-width: 767px) {
  .location .location-details {
    flex-flow: column nowrap;
  }
  .location .location-details .location-hours {
    margin-top: 1.5em;
  }
}
.location .location-details .location-hours,
.location .location-details .location-address {
  flex: 1;
}
.location .location-details .location-hours h3,
.location .location-details .location-hours p,
.location .location-details .location-address h3,
.location .location-details .location-address p {
  margin: 0em;
}

#locationsList .location {
  border-bottom: 1px solid #002155;
}

.search-form {
  padding: 1em;
}
.search-form .form-field {
  width: 60%;
}
.search-form .manual-search .search-filters .search-filters-header {
  text-align: left;
}
.search-form .manual-search .search-filters .search-filters-header h4 {
  margin: 0em;
}
.search-form .manual-search .search-filters .search-filters-flex {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .search-form .manual-search .search-filters .search-filters-flex .form-group {
    flex: 0 0 50%;
    text-align: left;
  }
}
.search-form .manual-search .search-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}
.search-form .manual-search .search-buttons input[type=button] {
  line-height: unset;
}
.search-form .manual-search .search-buttons label {
  line-height: 3em;
}
.search-form #searchWarning {
  color: #c92939;
  display: none;
}

.locations-header h1 {
  text-align: center;
}

@media (max-width: 767px) {
  .search-form .form-field {
    width: 90%;
  }
}
.location-details-wrapper {
  padding: 2em 0em;
}
.location-details-wrapper .location-details-header {
  text-align: center;
  margin: 0 auto;
}
.location-details-wrapper .location-details-header .location-image {
  width: 35%;
}
@media (max-width: 767px) {
  .location-details-wrapper .location-details-header .location-image {
    width: 95%;
  }
}
.location-details-wrapper .location-details-body {
  margin: auto;
  width: 95%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.location-details-wrapper .location-details-body .detail-group {
  flex: 1;
  padding: 1em;
}
.location-details-wrapper .location-details-body .detail-group p,
.location-details-wrapper .location-details-body .detail-group h2 {
  margin: 0;
}
.location-details-wrapper .location-details-body .detail-section {
  margin-bottom: 2em;
}
.location-details-wrapper .location-details-footer p {
  padding: 0em 1em;
}

#location-details-minimap {
  min-width: 275px;
  height: 425px;
  min-height: 325px;
}

.green-text {
  color: #1c753b;
}

.red-text {
  color: #c92939;
}

.map-info-window {
  width: 187px;
}
@media (min-width: 768px) {
  .map-info-window {
    width: 500px;
  }
}
.map-info-window p {
  font-size: 1.1em;
}
.map-info-window p,
.map-info-window a {
  font-weight: 400;
}

.loader {
  border: 0.5em solid #f3f3f3;
  border-top: 0.5em solid #002d74;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-screen {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none repeat scroll 0 0 black;
  opacity: 0.5;
}

.highlight-group {
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap;
}
.highlight-group .highlight {
  padding: 1em;
  flex: 0 0 48%;
  margin: 1%;
  display: flex;
  min-height: 5em;
}
.highlight-group .highlight a {
  text-decoration: none;
  width: auto;
}
.highlight-group .highlight .highlight-img {
  border-radius: 50%;
  padding: 0 1em;
  flex: 0 0 5em;
}
.highlight-group .highlight .highlight-img img {
  width: 4.7em;
  height: 4.7em;
  cursor: pointer;
}
.highlight-group .highlight .highlight-info {
  flex-grow: 1;
}
.highlight-group .highlight h4,
.highlight-group .highlight p {
  margin: 0;
}
.highlight-group .highlight h4 {
  cursor: pointer;
}

@media (max-width: 767px) {
  .highlight-group {
    flex-direction: column;
  }
  .highlight-group .highlight {
    flex: 0 0 auto;
  }
}
.tile-group {
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap;
}
.tile-group .tile {
  border: 1px solid #002d74;
  border-radius: 0.5em;
  padding: 1em;
  flex: 0 0 31.33%;
  align-content: center;
  text-align: center;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10em;
  text-decoration: none !important;
  cursor: pointer;
}
.tile-group .tile .tile-img {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.tile-group .tile h3 {
  margin: 0;
}
.tile-group .tile p {
  margin: 0 0 0.5em 0;
}
.tile-group .tile .cta-button {
  margin: 1em 0;
}

.toggle-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.caret {
  position: relative;
}
.caret.up:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.caret.up:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.caret:before, .caret:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #002155;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.caret:before {
  right: -14px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.caret:after {
  right: -20px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .tile-group .tile {
    flex: 1 0 48%;
  }
  .tile-group .tile .text-center {
    width: 100%;
  }
}
.product-holder {
  width: 100%;
  padding: 1em 0em;
  display: flex;
  justify-content: stretch;
}
.product-holder .prev,
.product-holder .next {
  cursor: pointer;
  color: #666666;
  padding: 0.5em 0.25em 0.25em 0.25em;
  width: auto;
  font-size: 3em;
  transition: 0.6s ease;
  user-select: none;
}
.product-holder .prev:hover,
.product-holder .next:hover {
  opacity: 0.8;
}
.product-holder .products {
  display: flex;
  flex: 1;
}
.product-holder .products.spread-items {
  justify-content: space-between;
}
.product-holder .products.center-items {
  justify-content: center;
}
.product-holder .products .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.8em;
}
.product-holder .products .product .product-img-link {
  margin-bottom: 1em;
}
.product-holder .products .product a {
  text-decoration: none;
  font-weight: 500;
}
.product-holder .products .product .product-img {
  width: 6em;
  height: 6em;
}

@media (max-width: 568px) {
  .product-holder .prev,
  .product-holder .next {
    font-size: 2.5em;
    padding: 0.6em 0.2em 0.2em 0.2em;
  }
  .product-holder .products .product a {
    font-size: 0.8em;
  }
  .product-holder .products .product .product-img {
    width: 5.5em;
    height: 5.5em;
  }
}
.chart-desktop {
  display: none;
}

.chart-product {
  display: flex;
}
.chart-product:not(.chart-header):nth-child(even) {
  background-color: #f7f7f7;
}
.chart-product.chart-header {
  margin-bottom: 2.5em;
}
.chart-product.chart-header .chart-item {
  text-align: center;
  padding: 0 1em;
}
.chart-product.chart-header .chart-item h3 {
  margin: 0;
}
.chart-product.chart-header .chart-item button {
  margin: 0;
}
.chart-product .chart-item {
  flex: 1 1 0em;
  padding: 1em;
}
.chart-product .chart-item .chart-product-title {
  font-weight: 500;
  font-size: 1.2em;
}

.chart-header-icon {
  display: block;
  margin: 1em auto;
  width: 5em;
  height: 5em;
}

.chart-icons {
  display: block;
  margin: auto;
  width: 2em;
  height: 2em;
}

.left-border {
  border-left: 1px solid #cccccc;
}

.chart-headline {
  text-align: center;
  padding: 1em;
}

.chart-mobile {
  display: none;
}
.chart-mobile .chart-mobile-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.chart-mobile .chart-mobile-product-title {
  background-color: #f7f7f7;
  color: #002155;
  font-weight: 400;
  font-size: 1.2em;
  padding: 1em;
  margin-bottom: 0.2em;
  display: flex;
}
.chart-mobile .chart-mobile-product-title .chart-mobile-product-title-text {
  flex-grow: 1;
}
.chart-mobile .chart-mobile-product-title .toggle-icons {
  margin: auto;
  margin-right: 0.5em;
  font-weight: 600;
}
.chart-mobile .chart-mobile-product {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
}
.chart-mobile .chart-mobile-item {
  display: none;
  flex: 1 1 0em;
  padding: 1em;
  text-align: center;
}
.chart-mobile .chart-mobile-item button {
  margin: 0;
  width: 100%;
}
.chart-mobile .chart-mobile-item .text-center {
  width: 100%;
}

.chart-slider {
  display: none;
  text-align: center;
}
.chart-slider .chart-slider-navigator .chart-slider-text {
  display: none;
  padding: 0 1em;
  font-weight: bold;
}
.chart-slider .chart-slider-navigator .prev,
.chart-slider .chart-slider-navigator .next {
  cursor: pointer;
  color: white;
  padding: 0.4em 0.6em;
  width: auto;
  font-weight: bold;
  font-size: 1em;
  transition: 0.6s ease;
  border-radius: 0.2em;
  user-select: none;
  background-color: #0074e7;
}
.chart-slider .chart-slider-dots {
  margin-top: 1em;
}
.chart-slider .chart-slider-dots .dot {
  cursor: pointer;
  height: 0.5em;
  width: 0.5em;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.chart-slider .chart-slider-dots .active {
  background-color: #0074e7;
}
.chart-slider .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.ui-dialog {
  font-size: 15.4px;
  padding: 0em !important;
  width: 40% !important;
  left: 30% !important;
}
.ui-dialog .ui-dialog-title {
  font-family: Roboto, Helvetica, "Open Sans", Lato, sans-serif;
}
.ui-dialog .flex-chat-loanTxt {
  margin-top: 0.125rem;
}
.ui-dialog .flex-chat-text-box {
  margin-top: 1.25rem;
  padding: 1.5em 0 1em 0;
}
.ui-dialog .flex-chat-question-label {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.ui-dialog .flex-txt-size {
  font-size: 0.9375rem !important;
}
.ui-dialog .flex-label {
  margin-top: 0.625rem;
}
.ui-dialog .flex-input {
  border-bottom: 0.0625rem solid #666666;
}
.ui-dialog .flex-input:focus {
  border-bottom: 0.0625rem solid #666666;
  box-shadow: 0 0 0.03125rem #ffffff;
}
.ui-dialog #flexChatQuestionInput {
  margin-right: 18.75rem;
}
.ui-dialog .flex-ui-dialog-titlebar {
  background: #333;
}
.ui-dialog .flex-ui-dialog-titlebar-close {
  height: 2rem !important;
  width: 2rem !important;
  margin-top: -0.9375rem !important;
}
.ui-dialog .flexCategoryDiv-all {
  display: flex !important;
  justify-content: space-around !important;
  padding-bottom: 2.5rem;
}
.ui-dialog .flex-chat {
  margin-top: 1.25rem;
  color: #333333;
  font-weight: 500;
}
.ui-dialog .flex-chat span {
  font-size: 1.25rem;
}
.ui-dialog .flexCat {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.ui-dialog #flextxtPersonNo {
  border-bottom: 0.0625rem solid #333;
}
.ui-dialog #flexChatQuestionInput,
.ui-dialog #flexChatPersNbrInput {
  border-bottom: 0.0625rem solid #333;
  margin-right: 0;
}
.ui-dialog #flextxtPersonNo {
  margin-top: 1.875rem;
}
.ui-dialog .flex-person-nbr {
  margin-top: 1.875rem;
}
.ui-dialog .flex-font-weight {
  font-weight: bold;
  font-size: 0.8125rem !important;
}
.ui-dialog #flexChatSubmitButton {
  padding-top: 0rem;
  height: 2rem !important;
  width: 2rem !important;
  margin-top: -2rem !important;
}
.ui-dialog #flex-chat-minqueslenreq-error {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.ui-dialog .flex-category img {
  margin-bottom: 0.5em;
}
.ui-dialog .chat-flex-icon-start {
  cursor: auto;
}
.ui-dialog .chat-flex-icon-start img {
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
  .ui-dialog .flex-category {
    padding: 1.5625rem;
  }
}
.ui-dialog .flex-form-group {
  position: relative;
  margin-bottom: 0.9375rem;
  width: 75%;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.ui-dialog .flex-text-font-style {
  margin: 2.1875rem;
}
.ui-dialog .flex-iefont {
  padding: 1.5625rem;
}
.ui-dialog .form-control-placeholder {
  padding: 0 !important;
  font-size: 0.875em;
  color: #333333;
}
.ui-dialog .flex-form .form-control-placeholder {
  display: block;
}
.ui-dialog .flex-person-name {
  margin-bottom: 2em !important;
}
.ui-dialog .flex-chat-form-control[type=text] {
  outline: none;
  width: 80%;
}

.flex-timings-span-modal {
  font-size: 14px !important;
}

.flex-person-nbr {
  display: none !important;
}

.flex-ui-widget,
.ui-dialog {
  width: 40% !important;
  left: 30% !important;
}

.Twilio-EntryPoint {
  height: auto !important;
}

.ui-dialog #flexChatSubmitButton {
  background-color: transparent;
  cursor: pointer;
}

.flex-chat-form-control:focus {
  color: #0058a9;
}

@media screen and (max-width: 600px) {
  .flex-spin-img {
    left: 41.2% !important;
  }
  .flex-spinner-loader::after {
    left: 39% !important;
  }
  .ui-dialog #flexChatSubmitButton {
    margin-top: -8rem !important;
    margin-left: 75%;
  }
  .flex-form {
    display: block !important;
  }
}
.flex-chat-noquesreq-error,
.flex-chat-nonamereq-error {
  margin-left: 1.875rem;
  padding-bottom: 1.2em;
}

.Twilio-MessageInputArea-TextArea {
  width: 80% !important;
}

.Twilio-Icon {
  width: 38px !important;
}

.Twilio-MessageInput-SendButton {
  margin-left: 30% !important;
}

.Twilio-MainHeader-default .Twilio-Icon {
  padding-right: 8px;
}

@media (max-width: 767px) {
  .Twilio-MainHeader-default button {
    margin: 0em 1em !important;
  }
}
#askRbfcuiFrame {
  width: 100%;
}

.blog-header-container.white-header .blog-title {
  color: #002d74;
}
.blog-header-container.white-header .blog-title a {
  color: #002d74;
  text-decoration: none;
}
.blog-header-container.dark-blue-header {
  background-color: #002d74 !important;
  color: #ffffff;
}
.blog-header-container.dark-blue-header .blog-title {
  color: #fff;
}
.blog-header-container.dark-blue-header .blog-title a {
  color: #fff;
  text-decoration: none;
}
.blog-header-container.gray-header {
  background-color: #e2e2e2 !important;
  color: #002d74;
}
.blog-header-container.gray-header .blog-title {
  color: #002d74;
}
.blog-header-container.gray-header .blog-title a {
  color: #002d74;
  text-decoration: none;
}
.blog-header-container .blog-header-holder {
  max-width: 1280px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.blog-header-container .blog-title {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .blog-header-container .blog-header-holder {
    min-height: 66px;
  }
  .blog-header-container .blog-title {
    font-size: 1rem;
    line-height: 1.125rem;
    margin: 25px 40px;
  }
}
@media only screen and (min-width: 767px) {
  .blog-header-container .blog-header-holder {
    min-height: 208px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .blog-header-container .blog-title {
    margin: 25px 0;
  }
}
.blog-categories {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  max-width: 100%;
}
.blog-categories .prev,
.blog-categories .next {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  font-weight: lighter;
  color: #666666;
  cursor: pointer;
  transition: 0.2s;
}
.blog-categories .prev:hover,
.blog-categories .next:hover {
  background-color: #cccccc;
  color: white;
}

.blog-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e2e2e2;
  color: #002155;
  transition: 0.2s;
}
.blog-category:hover {
  background-color: #d8d8d8;
}
.blog-category .blog-category-title {
  text-align: center;
  margin: 0;
}
.blog-category .blog-category-link {
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .blog-category-carousel-container {
    padding: 20px 30px;
  }
  .blog-categories .prev,
  .blog-categories .next {
    font-size: 2rem;
    padding: 0 4px;
  }
  .blog-categories .prev {
    margin-right: 3px;
  }
  .blog-categories .next {
    margin-left: 3px;
  }
  .blog-category {
    flex: 1 1 80px;
    padding: 8px 8px 10px 8px;
    margin: 0 3px;
  }
  .blog-category .blog-category-img {
    width: 42px;
    height: 42px;
  }
  .blog-category .blog-category-title {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.23px;
  }
}
@media only screen and (min-width: 767px) {
  .blog-category-carousel-container {
    padding: 50px 15px;
  }
  .blog-categories .prev,
  .blog-categories .next {
    font-size: 3.125rem;
    padding: 0 15px;
  }
  .blog-categories .prev {
    margin-right: 5px;
  }
  .blog-categories .next {
    margin-left: 5px;
  }
  .blog-category {
    flex: 1 1 150px;
    padding: 10px 10px 13px 10px;
    margin: 0 5px;
  }
  .blog-category .blog-category-img {
    width: 60px;
    height: 60px;
  }
  .blog-category .blog-category-title {
    margin: 10px 5px 0 5px;
    letter-spacing: 0.35px;
    overflow-wrap: break-word;
  }
}
.blogs-article-container ul {
  margin-left: 2.5em;
  margin-right: 1em;
}

.blog-article-body {
  width: 100%;
  display: flex;
}

.blogs-back-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
}
.blogs-back-link .blogs-back-link-text {
  font-size: 1rem;
}

.profile-article {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.profile-article .blog-feed-article-image-link {
  text-align: center;
  text-decoration: none;
}

.profile-article-info {
  display: flex;
  flex-direction: column;
}
.profile-article-info .title-field::before {
  content: "BY ";
}

.profile-article-social {
  display: flex;
  align-items: center;
}

.profile-article-img {
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .blogs-article-container {
    padding: 15px 30px;
  }
  .blog-article-title-desktop {
    display: none;
  }
  .blog-article-title-mobile {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .blogs-article-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .blog-article-body {
    flex-direction: column;
  }
  .blog-article-content-section-holder p,
  .blog-article-content-section-holder div,
  .blog-article-content-section-holder span,
  .blog-article-content-section-holder section {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .blog-article-content-section-holder .first-paragraph {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: lighter;
  }
  .blog-article-content-section-holder .pull-quote {
    padding: 0 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: lighter;
    font-style: italic;
  }
  .blog-article-content-section-holder .pull-quote::before {
    content: "“";
  }
  .blog-article-content-section-holder .pull-quote::after {
    content: "”";
  }
  .blog-article-content-section-holder .pull-quote::after, .blog-article-content-section-holder .pull-quote::before {
    font-weight: bold;
    font-size: 1.875rem;
  }
  .profile-article-holder {
    padding: 20px 30px;
  }
  .profile-article {
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 0.83px;
    margin: 40px 0 22px 0;
  }
  .profile-article .blog-feed-article-image-link {
    display: flex;
    align-items: center;
  }
  .profile-article-img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  .profile-article-info {
    margin-left: 16px;
  }
  .profile-article-social {
    margin-left: 10px;
  }
  .profile-article-social a {
    margin-left: 5px;
  }
  .profile-article-social .profile-article-social-img {
    width: 20px;
  }
  .profile-article-social .profile-article-social-title {
    display: none;
  }
  .sidebar-holder-desktop {
    display: none;
  }
  .sidebar-holder-mobile .sidebar-header {
    text-transform: uppercase;
  }
  .sidebar-holder-mobile .sidebar-contents {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 767px) {
  .blogs-article-container {
    padding: 50px 15px;
  }
  .blog-article-title-mobile {
    display: none;
  }
  .blogs-article-holder {
    max-width: 770px;
    margin: 0 auto;
  }
  .blogs-article-profile-section-holder {
    padding-right: 25px;
    flex: 1 1 20%;
  }
  .blog-article-content-section-holder {
    padding-left: 25px;
    flex: 1 1 80%;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .blog-article-content-section-holder p:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .blog-article-content-section-holder .first-paragraph {
    font-size: 1.125rem;
    line-height: 1.9375rem;
    font-weight: lighter;
  }
  .blog-article-content-section-holder .pull-quote {
    padding: 0 20px;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: lighter;
    font-style: italic;
  }
  .blog-article-content-section-holder .pull-quote::before {
    content: "“";
  }
  .blog-article-content-section-holder .pull-quote::after {
    content: "”";
  }
  .blog-article-content-section-holder .pull-quote::after, .blog-article-content-section-holder .pull-quote::before {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 0px;
  }
  .profile-article {
    flex-direction: column;
    font-size: 0.75rem;
    line-height: 1.375rem;
    letter-spacing: 1px;
    max-width: 200px;
  }
  .profile-article-info {
    margin-top: 24px;
    align-items: center;
    text-align: center;
  }
  .profile-article-info .position-field {
    margin-top: 5px;
  }
  .profile-article-social {
    flex-direction: column;
    margin-top: 24px;
  }
  .profile-article-social a {
    margin-top: 10px;
  }
  .profile-article-social + a {
    margin-top: 24px;
  }
  .profile-article-social .profile-article-social-img {
    width: 37px;
  }
  .profile-article-img {
    width: 114px;
    height: 114px;
  }
  .sidebar-holder-desktop {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
  }
  .sidebar-holder-desktop .sidebar-contents {
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.875rem;
  }
  .sidebar-holder-desktop ul {
    margin-left: 1.5em;
    margin-right: 1em;
  }
  .sidebar-holder-mobile {
    display: none;
  }
  .blog-article-title-desktop {
    font-size: 1.75em;
    line-height: 40px;
    font-weight: 700;
  }
}
.blog-main-carousel-holder {
  width: 100%;
  margin-bottom: 4.375rem;
}

.blog-main-carousel {
  height: 100%;
  width: 100%;
  position: relative;
}
.blog-main-carousel .carousel-cell-content-wrapper {
  height: 100%;
}
.blog-main-carousel .carousel-cell-content-wrapper:not(.is-selected) {
  opacity: 0.2;
}
.blog-main-carousel .blog-main-carousel-cell {
  height: 100%;
}
.blog-main-carousel .bg-holder {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #003474;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-main-carousel .bg-holder.bg-fade {
  opacity: 0.75;
}
.blog-main-carousel button.flickity-prev-next-button {
  color: #666666;
}
.blog-main-carousel button.flickity-prev-next-button .flickity-button-icon {
  height: 38px;
  width: 40px;
}
.blog-main-carousel button.flickity-prev-next-button.previous {
  left: 0;
}
.blog-main-carousel button.flickity-prev-next-button.next {
  right: 0.9375rem;
}
.blog-main-carousel .blog-main-carousel-cell-content {
  display: flex;
  justify-content: space-between;
}
.blog-main-carousel .blog-main-carousel-cell-content .feed-optional-title,
.blog-main-carousel .blog-main-carousel-cell-content .feed-optional-subtitle {
  font-weight: 500;
}
.blog-main-carousel .blog-main-carousel-cell-content .right-content {
  background-color: white;
}
.blog-main-carousel .blog-main-carousel-cell-content .feed-title,
.blog-main-carousel .blog-main-carousel-cell-content .feed-subtitle {
  font-weight: 500;
}
.blog-main-carousel .blog-main-carousel-cell-content .content-title,
.blog-main-carousel .blog-main-carousel-cell-content .content-subtitle {
  margin: 0;
  padding: 0;
}
.blog-main-carousel .blog-main-carousel-cell-content .feed-content {
  letter-spacing: 1px;
}
.blog-main-carousel .blog-main-carousel-cell-content .article-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-main-carousel .flickity-page-dots {
  bottom: -2.1875rem;
}

@media only screen and (max-width: 767px) {
  .blog-main-carousel-container {
    padding: 0 30px;
  }
  .blog-main-carousel-holder {
    height: 200px;
  }
  .blog-main-carousel .carousel-cell-content-wrapper {
    width: calc(100% - 60px);
    margin-right: 6px;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-optional-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-optional-subtitle {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-subtitle {
    margin: 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
    display: none;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-content,
  .blog-main-carousel .blog-main-carousel-cell p {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin: 0.5em 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .blog-main-carousel .blog-main-carousel-cell .left-content {
    flex: 1 0 5rem;
    word-break: break-all;
    margin-right: 10px;
  }
  .blog-main-carousel .blog-main-carousel-cell .left-content .feed-optional-title,
  .blog-main-carousel .blog-main-carousel-cell .left-content .feed-optional-subtitle {
    visibility: hidden;
  }
  .blog-main-carousel .blog-main-carousel-cell .right-content {
    flex: 1 0 9.375rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .article-link .article-link-text {
    font-size: 0.625rem;
    line-height: 0.6875rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .article-link .article-link-arrow {
    font-size: 1.875rem;
    line-height: 1.25rem;
    padding-bottom: 2px;
    margin-left: 10px;
  }
  .blog-main-carousel button.flickity-prev-next-button {
    top: calc(50% - 22px);
    transform: none;
  }
  .blog-main-carousel button.flickity-prev-next-button.previous {
    left: -10px;
    margin: 0;
    padding: 0;
  }
  .blog-main-carousel button.flickity-prev-next-button.next {
    left: unset;
    right: -5px;
    margin: 0;
    padding: 0;
  }
  .blog-main-carousel button.flickity-prev-next-button .flickity-button-icon {
    height: 25px;
    width: 30px;
  }
  .blog-main-carousel button.flickity-prev-next-button .flickity-button-icon .arrow {
    fill: #666666;
  }
  .blog-main-carousel-cell-content {
    margin: 16px 12px;
  }
  .blog-main-carousel-cell-content .right-content {
    max-width: 150px;
    padding: 0.8125rem;
  }
}
@media only screen and (min-width: 767px) {
  .blog-main-carousel-container {
    padding: 20px 15px;
  }
  .blog-main-carousel-holder {
    height: 593px;
  }
  .blog-main-carousel .carousel-cell-content-wrapper {
    width: calc(100% - 130px);
    margin-right: 10px;
  }
  .blog-main-carousel-cell-content {
    margin: 3.375rem 2.8125rem 3.375rem 4.375rem;
  }
  .blog-main-carousel-cell-content .right-content {
    margin-top: 24px;
    max-width: 400px;
    padding: 2.8125rem 1.875rem;
  }
  .blog-main-carousel-cell-content .feed-title {
    margin: 0;
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .blog-main-carousel-cell-content .feed-subtitle {
    margin: 0;
  }
  .blog-main-carousel-cell-content .feed-content {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    letter-spacing: 1.5px;
  }
  .blog-main-carousel-cell-content .article-link-text {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    letter-spacing: 1.5px;
  }
  .blog-main-carousel-cell-content .article-link-arrow {
    font-size: 1.875rem;
    line-height: 1.3125rem;
    margin-bottom: 5px;
    margin-left: 0.9375rem;
  }
  .blog-main-carousel-cell-content .feed-optional-title {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin: 0;
  }
  .blog-main-carousel-cell-content .feed-optional-subtitle {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin: 9px 0;
  }
}
#modal-container {
  margin: 0 auto;
}

#leave-site-modal {
  z-index: 9999;
}

.leave-site-modal {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background: white;
}

.leave-site-modal-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leave-site-close-btn,
.leave-site-go-btn {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1rem;
  line-height: 20px;
  font-weight: bold;
}

.leave-site-close-btn {
  background-color: white;
  border: 2px solid #0074e7;
  color: #0074e7;
}

.leave-site-modal-logo {
  width: 100px;
}

.leave-site-modal-heading {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .leave-site-modal {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
  }
  .leave-site-modal .close-icon-holder {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .leave-site-modal .close-icon {
    float: right;
  }
  .leave-site-modal-header {
    padding: 0 15px;
    margin-top: 70px;
  }
  .leave-site-modal-heading {
    margin: 30px 0 0 0;
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 400;
  }
  .leave-site-modal-controls {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 20px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    background: white;
  }
  .leave-site-close-btn,
  .leave-site-go-btn {
    margin: 7px 0;
    font-size: 1.125rem;
    line-height: 21px;
  }
  .leave-site-close-btn {
    height: 50px;
  }
  .leave-site-go-btn {
    height: 56px;
  }
  .leave-site-modal-content {
    padding: 5px 15px 200px 15px;
    background: white;
  }
  .leave-site-modal-content p {
    font-size: 1rem;
    line-height: 20px;
  }
}
@media only screen and (min-width: 767px) {
  #modal-container {
    max-width: 550px;
  }
  .leave-site-modal {
    margin: 0 auto;
    padding: 50px;
    max-width: 550px;
  }
  .leave-site-modal .close-icon-holder {
    display: none;
  }
  .leave-site-modal-heading {
    margin: 40px 0 0 0;
  }
  .leave-site-modal-controls {
    align-items: center;
    margin-top: 40px;
  }
  .leave-site-close-btn,
  .leave-site-go-btn {
    max-width: 217px;
    margin: 0 7px;
  }
}
.blog-header-container.white-header .blog-title {
  color: #002d74;
}
.blog-header-container.white-header .blog-title a {
  color: #002d74;
  text-decoration: none;
}
.blog-header-container.dark-blue-header {
  background-color: #002d74 !important;
  color: #ffffff;
}
.blog-header-container.dark-blue-header .blog-title {
  color: #fff;
}
.blog-header-container.dark-blue-header .blog-title a {
  color: #fff;
  text-decoration: none;
}
.blog-header-container.gray-header {
  background-color: #e2e2e2 !important;
  color: #002d74;
}
.blog-header-container.gray-header .blog-title {
  color: #002d74;
}
.blog-header-container.gray-header .blog-title a {
  color: #002d74;
  text-decoration: none;
}
.blog-header-container .blog-header-holder {
  max-width: 1280px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.blog-header-container .blog-title {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .blog-header-container .blog-header-holder {
    min-height: 66px;
  }
  .blog-header-container .blog-title {
    font-size: 1rem;
    line-height: 1.125rem;
    margin: 25px 40px;
  }
}
@media only screen and (min-width: 767px) {
  .blog-header-container .blog-header-holder {
    min-height: 208px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .blog-header-container .blog-title {
    margin: 25px 0;
  }
}
.blog-categories {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  max-width: 100%;
}
.blog-categories .prev,
.blog-categories .next {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  font-weight: lighter;
  color: #666666;
  cursor: pointer;
  transition: 0.2s;
}
.blog-categories .prev:hover,
.blog-categories .next:hover {
  background-color: #cccccc;
  color: white;
}

.blog-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e2e2e2;
  color: #002155;
  transition: 0.2s;
}
.blog-category:hover {
  background-color: #d8d8d8;
}
.blog-category .blog-category-title {
  text-align: center;
  margin: 0;
}
.blog-category .blog-category-link {
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .blog-category-carousel-container {
    padding: 20px 30px;
  }
  .blog-categories .prev,
  .blog-categories .next {
    font-size: 2rem;
    padding: 0 4px;
  }
  .blog-categories .prev {
    margin-right: 3px;
  }
  .blog-categories .next {
    margin-left: 3px;
  }
  .blog-category {
    flex: 1 1 80px;
    padding: 8px 8px 10px 8px;
    margin: 0 3px;
  }
  .blog-category .blog-category-img {
    width: 42px;
    height: 42px;
  }
  .blog-category .blog-category-title {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.23px;
  }
}
@media only screen and (min-width: 767px) {
  .blog-category-carousel-container {
    padding: 50px 15px;
  }
  .blog-categories .prev,
  .blog-categories .next {
    font-size: 3.125rem;
    padding: 0 15px;
  }
  .blog-categories .prev {
    margin-right: 5px;
  }
  .blog-categories .next {
    margin-left: 5px;
  }
  .blog-category {
    flex: 1 1 150px;
    padding: 10px 10px 13px 10px;
    margin: 0 5px;
  }
  .blog-category .blog-category-img {
    width: 60px;
    height: 60px;
  }
  .blog-category .blog-category-title {
    margin: 10px 5px 0 5px;
    letter-spacing: 0.35px;
    overflow-wrap: break-word;
  }
}
.blogs-article-container ul {
  margin-left: 2.5em;
  margin-right: 1em;
}

.blog-article-body {
  width: 100%;
  display: flex;
}

.blogs-back-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
}
.blogs-back-link .blogs-back-link-text {
  font-size: 1rem;
}

.profile-article {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.profile-article .blog-feed-article-image-link {
  text-align: center;
  text-decoration: none;
}

.profile-article-info {
  display: flex;
  flex-direction: column;
}
.profile-article-info .title-field::before {
  content: "BY ";
}

.profile-article-social {
  display: flex;
  align-items: center;
}

.profile-article-img {
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .blogs-article-container {
    padding: 15px 30px;
  }
  .blog-article-title-desktop {
    display: none;
  }
  .blog-article-title-mobile {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .blogs-article-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .blog-article-body {
    flex-direction: column;
  }
  .blog-article-content-section-holder p,
  .blog-article-content-section-holder div,
  .blog-article-content-section-holder span,
  .blog-article-content-section-holder section {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .blog-article-content-section-holder .first-paragraph {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: lighter;
  }
  .blog-article-content-section-holder .pull-quote {
    padding: 0 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: lighter;
    font-style: italic;
  }
  .blog-article-content-section-holder .pull-quote::before {
    content: "“";
  }
  .blog-article-content-section-holder .pull-quote::after {
    content: "”";
  }
  .blog-article-content-section-holder .pull-quote::after, .blog-article-content-section-holder .pull-quote::before {
    font-weight: bold;
    font-size: 1.875rem;
  }
  .profile-article-holder {
    padding: 20px 30px;
  }
  .profile-article {
    font-size: 0.625rem;
    line-height: 1rem;
    letter-spacing: 0.83px;
    margin: 40px 0 22px 0;
  }
  .profile-article .blog-feed-article-image-link {
    display: flex;
    align-items: center;
  }
  .profile-article-img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  .profile-article-info {
    margin-left: 16px;
  }
  .profile-article-social {
    margin-left: 10px;
  }
  .profile-article-social a {
    margin-left: 5px;
  }
  .profile-article-social .profile-article-social-img {
    width: 20px;
  }
  .profile-article-social .profile-article-social-title {
    display: none;
  }
  .sidebar-holder-desktop {
    display: none;
  }
  .sidebar-holder-mobile .sidebar-header {
    text-transform: uppercase;
  }
  .sidebar-holder-mobile .sidebar-contents {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 767px) {
  .blogs-article-container {
    padding: 50px 15px;
  }
  .blog-article-title-mobile {
    display: none;
  }
  .blogs-article-holder {
    max-width: 770px;
    margin: 0 auto;
  }
  .blogs-article-profile-section-holder {
    padding-right: 25px;
    flex: 1 1 20%;
  }
  .blog-article-content-section-holder {
    padding-left: 25px;
    flex: 1 1 80%;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .blog-article-content-section-holder p:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .blog-article-content-section-holder .first-paragraph {
    font-size: 1.125rem;
    line-height: 1.9375rem;
    font-weight: lighter;
  }
  .blog-article-content-section-holder .pull-quote {
    padding: 0 20px;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: lighter;
    font-style: italic;
  }
  .blog-article-content-section-holder .pull-quote::before {
    content: "“";
  }
  .blog-article-content-section-holder .pull-quote::after {
    content: "”";
  }
  .blog-article-content-section-holder .pull-quote::after, .blog-article-content-section-holder .pull-quote::before {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 0px;
  }
  .profile-article {
    flex-direction: column;
    font-size: 0.75rem;
    line-height: 1.375rem;
    letter-spacing: 1px;
    max-width: 200px;
  }
  .profile-article-info {
    margin-top: 24px;
    align-items: center;
    text-align: center;
  }
  .profile-article-info .position-field {
    margin-top: 5px;
  }
  .profile-article-social {
    flex-direction: column;
    margin-top: 24px;
  }
  .profile-article-social a {
    margin-top: 10px;
  }
  .profile-article-social + a {
    margin-top: 24px;
  }
  .profile-article-social .profile-article-social-img {
    width: 37px;
  }
  .profile-article-img {
    width: 114px;
    height: 114px;
  }
  .sidebar-holder-desktop {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
  }
  .sidebar-holder-desktop .sidebar-contents {
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.875rem;
  }
  .sidebar-holder-desktop ul {
    margin-left: 1.5em;
    margin-right: 1em;
  }
  .sidebar-holder-mobile {
    display: none;
  }
  .blog-article-title-desktop {
    font-size: 1.75em;
    line-height: 40px;
    font-weight: 700;
  }
}
.blog-main-carousel-holder {
  width: 100%;
  margin-bottom: 4.375rem;
}

.blog-main-carousel {
  height: 100%;
  width: 100%;
  position: relative;
}
.blog-main-carousel .carousel-cell-content-wrapper {
  height: 100%;
}
.blog-main-carousel .carousel-cell-content-wrapper:not(.is-selected) {
  opacity: 0.2;
}
.blog-main-carousel .blog-main-carousel-cell {
  height: 100%;
}
.blog-main-carousel .bg-holder {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #003474;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-main-carousel .bg-holder.bg-fade {
  opacity: 0.75;
}
.blog-main-carousel button.flickity-prev-next-button {
  color: #666666;
}
.blog-main-carousel button.flickity-prev-next-button .flickity-button-icon {
  height: 38px;
  width: 40px;
}
.blog-main-carousel button.flickity-prev-next-button.previous {
  left: 0;
}
.blog-main-carousel button.flickity-prev-next-button.next {
  right: 0.9375rem;
}
.blog-main-carousel .blog-main-carousel-cell-content {
  display: flex;
  justify-content: space-between;
}
.blog-main-carousel .blog-main-carousel-cell-content .feed-optional-title,
.blog-main-carousel .blog-main-carousel-cell-content .feed-optional-subtitle {
  font-weight: 500;
}
.blog-main-carousel .blog-main-carousel-cell-content .right-content {
  background-color: white;
}
.blog-main-carousel .blog-main-carousel-cell-content .feed-title,
.blog-main-carousel .blog-main-carousel-cell-content .feed-subtitle {
  font-weight: 500;
}
.blog-main-carousel .blog-main-carousel-cell-content .content-title,
.blog-main-carousel .blog-main-carousel-cell-content .content-subtitle {
  margin: 0;
  padding: 0;
}
.blog-main-carousel .blog-main-carousel-cell-content .feed-content {
  letter-spacing: 1px;
}
.blog-main-carousel .blog-main-carousel-cell-content .article-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-main-carousel .flickity-page-dots {
  bottom: -2.1875rem;
}

@media only screen and (max-width: 767px) {
  .blog-main-carousel-container {
    padding: 0 30px;
  }
  .blog-main-carousel-holder {
    height: 200px;
  }
  .blog-main-carousel .carousel-cell-content-wrapper {
    width: calc(100% - 60px);
    margin-right: 6px;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-optional-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-optional-subtitle {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-subtitle {
    margin: 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
    display: none;
  }
  .blog-main-carousel .blog-main-carousel-cell .feed-content,
  .blog-main-carousel .blog-main-carousel-cell p {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin: 0.5em 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .blog-main-carousel .blog-main-carousel-cell .left-content {
    flex: 1 0 5rem;
    word-break: break-all;
    margin-right: 10px;
  }
  .blog-main-carousel .blog-main-carousel-cell .left-content .feed-optional-title,
  .blog-main-carousel .blog-main-carousel-cell .left-content .feed-optional-subtitle {
    visibility: hidden;
  }
  .blog-main-carousel .blog-main-carousel-cell .right-content {
    flex: 1 0 9.375rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .article-link .article-link-text {
    font-size: 0.625rem;
    line-height: 0.6875rem;
  }
  .blog-main-carousel .blog-main-carousel-cell .article-link .article-link-arrow {
    font-size: 1.875rem;
    line-height: 1.25rem;
    padding-bottom: 2px;
    margin-left: 10px;
  }
  .blog-main-carousel button.flickity-prev-next-button {
    top: calc(50% - 22px);
    transform: none;
  }
  .blog-main-carousel button.flickity-prev-next-button.previous {
    left: -10px;
    margin: 0;
    padding: 0;
  }
  .blog-main-carousel button.flickity-prev-next-button.next {
    left: unset;
    right: -5px;
    margin: 0;
    padding: 0;
  }
  .blog-main-carousel button.flickity-prev-next-button .flickity-button-icon {
    height: 25px;
    width: 30px;
  }
  .blog-main-carousel button.flickity-prev-next-button .flickity-button-icon .arrow {
    fill: #666666;
  }
  .blog-main-carousel-cell-content {
    margin: 16px 12px;
  }
  .blog-main-carousel-cell-content .right-content {
    max-width: 150px;
    padding: 0.8125rem;
  }
}
@media only screen and (min-width: 767px) {
  .blog-main-carousel-container {
    padding: 20px 15px;
  }
  .blog-main-carousel-holder {
    height: 593px;
  }
  .blog-main-carousel .carousel-cell-content-wrapper {
    width: calc(100% - 130px);
    margin-right: 10px;
  }
  .blog-main-carousel-cell-content {
    margin: 3.375rem 2.8125rem 3.375rem 4.375rem;
  }
  .blog-main-carousel-cell-content .right-content {
    margin-top: 24px;
    max-width: 400px;
    padding: 2.8125rem 1.875rem;
  }
  .blog-main-carousel-cell-content .feed-title {
    margin: 0;
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .blog-main-carousel-cell-content .feed-subtitle {
    margin: 0;
  }
  .blog-main-carousel-cell-content .feed-content {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    letter-spacing: 1.5px;
  }
  .blog-main-carousel-cell-content .article-link-text {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    letter-spacing: 1.5px;
  }
  .blog-main-carousel-cell-content .article-link-arrow {
    font-size: 1.875rem;
    line-height: 1.3125rem;
    margin-bottom: 5px;
    margin-left: 0.9375rem;
  }
  .blog-main-carousel-cell-content .feed-optional-title {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin: 0;
  }
  .blog-main-carousel-cell-content .feed-optional-subtitle {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin: 9px 0;
  }
}
.blog-main-image-feed .feed-image {
  background-color: #003474;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .blog-main-image-feed-container {
    margin: 40px 0;
  }
  .blog-main-image-feed {
    height: 234px;
  }
  .blog-main-image-feed .blog-main-image-feed-content {
    padding: 20px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-weight: 500;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-subtitle {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 18px;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-desc {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-desc .button-cta {
    display: inline-flex;
    justify-content: center;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-desc .button-cta .cta-button {
    margin: 0;
    width: 100%;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-desc .button-cta .cta-text {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.23px;
    white-space: nowrap;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-text {
    font-size: 0.75rem;
    line-height: 0.875rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 12px 0;
  }
  .blog-main-image-feed .blog-main-image-feed-content .blog-main-image-feed-text p {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .blog-main-image-feed .feed-image {
    width: 100%;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    height: 234px;
  }
}
@media only screen and (min-width: 767px) {
  .blog-main-image-feed-container {
    margin: 4em 0;
  }
  .blog-main-image-feed {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-main-image-feed .blog-main-image-feed-content {
    flex: 0 1 49%;
    padding: 50px;
  }
  .blog-main-image-feed .feed-image {
    height: 430px;
    flex: 0 1 49%;
  }
  .blog-main-image-feed .blog-main-image-feed-title {
    margin: 0;
  }
  .blog-main-image-feed .blog-main-image-feed-desc .blog-main-image-feed-text {
    margin: 1rem 0;
  }
  .blog-main-image-feed .blog-main-image-feed-desc .blog-main-image-feed-text p {
    margin: 0;
  }
}
.profile-author-holder .profile-author {
  display: flex;
}
.profile-author-holder .hide-articles-link {
  display: none;
}
.profile-author-holder .show-articles-link {
  display: block;
}
.profile-author-holder .profile-author-social-title {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.profile-author-holder .social-link {
  text-decoration: none;
}
.profile-author-holder .author-more-articles {
  cursor: pointer;
}
.profile-author-holder .author-subheading {
  line-height: 1.375rem;
  text-transform: uppercase;
  font-weight: normal;
}
.profile-author-holder .profile-author-back-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
}
.profile-author-holder .profile-author-back-link .profile-author-back-link-text {
  font-size: 1rem;
}
.profile-author-holder .article-link {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .profile-author-container {
    padding: 30px;
  }
  .profile-author-holder div,
  .profile-author-holder p,
  .profile-author-holder span,
  .profile-author-holder ul {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 300;
  }
  .profile-author-holder .profile-author {
    flex-direction: column;
    margin-top: 40px;
  }
  .profile-author-holder .profile-author-left {
    padding-bottom: 35px;
  }
  .profile-author-holder .profile-author-img {
    max-width: 290px;
  }
  .profile-author-holder .author-title {
    font-size: 2rem;
    line-height: 2.375rem;
    margin: 0;
    font-weight: normal;
  }
  .profile-author-holder .author-subheading {
    font-size: 1.125rem;
    letter-spacing: 1.5px;
  }
  .profile-author-holder .profile-author-social-img {
    width: 30px;
  }
  .profile-author-holder .article-list {
    padding: 0 20px;
  }
  .profile-author-holder .author-position {
    margin: 15px 0;
  }
  .profile-author-holder .aboutme-subheading {
    margin: 34px 0 16px 0;
  }
  .profile-author-holder .aboutme-content {
    margin: 0;
  }
  .profile-author-holder .articles-subheading {
    margin: 32px 0 16px 0;
  }
}
@media only screen and (min-width: 767px) {
  .profile-author-container {
    padding: 50px 15px;
  }
  .profile-author-holder {
    max-width: 980px;
    margin: 0 auto;
  }
  .profile-author-holder div,
  .profile-author-holder p,
  .profile-author-holder span,
  .profile-author-holder ul {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    font-weight: 300;
  }
  .profile-author-holder .profile-author {
    margin-top: 50px;
  }
  .profile-author-holder .profile-author-left {
    padding-right: 60px;
    border-right: 1px solid #012652;
  }
  .profile-author-holder .profile-author-img {
    max-width: 290px;
  }
  .profile-author-holder .profile-author-right {
    padding-left: 60px;
  }
  .profile-author-holder .author-title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: normal;
    margin: 0;
  }
  .profile-author-holder .author-subheading {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .profile-author-holder .author-position {
    margin: 13px 0;
  }
  .profile-author-holder .aboutme-subheading {
    margin: 31px 0 10px 0;
  }
  .profile-author-holder .articles-subheading {
    margin: 29px 0 9px 0;
  }
  .profile-author-holder .profile-author-social-img {
    width: 25px;
  }
  .profile-author-holder .article-list {
    padding-left: 15px;
  }
}
.blog-article-feed-holder {
  width: 100%;
}
.blog-article-feed-holder .blog-feed-article-title-link,
.blog-article-feed-holder .blog-feed-article-image-link {
  text-decoration: none;
}
.blog-article-feed-holder .blog-feed-article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-feed-holder .blog-feed-article-date-one {
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.blog-article-feed-holder .blog-feed-article-title {
  font-size: 1.625rem;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.blog-article-feed-holder .blog-feed-article-read-more {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.blog-article-feed-holder .blog-article-feed-header-title {
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.51px;
  font-weight: 400;
  margin: 0;
}
.blog-article-feed-holder #blog-article-feed-dropdown {
  text-transform: uppercase !important;
}

@media only screen and (max-width: 767px) {
  .blog-article-feed-container {
    padding: 10px 0;
  }
  .blog-article-feed-holder .blog-feed-article {
    padding: 30px;
  }
  .blog-article-feed-holder .blog-feed-article:nth-child(even) {
    background-color: #f7f7f7;
  }
  .blog-article-feed-holder .blog-feed-article-image-bg {
    width: 100%;
    height: 240px;
    background-color: #e2e2e2;
    margin-bottom: 22px;
  }
  .blog-article-feed-holder .blog-feed-article-date-one {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .blog-article-feed-holder .blog-feed-article-title {
    line-height: 2rem;
    margin: 0;
  }
  .blog-article-feed-holder .blog-feed-article-date-category {
    margin-top: 13px;
    text-transform: uppercase;
    display: block;
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 1.33px;
  }
  .blog-article-feed-holder .blog-feed-article-read-more {
    margin-top: 18px;
    letter-spacing: 1.33px;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .blog-article-feed-holder .blog-feed-article-read-more-arrow {
    font-size: 1rem;
  }
  .blog-article-feed-holder .dropdown-filter,
  .blog-article-feed-holder .blog-article-feed-header {
    margin: 0 30px;
  }
  .blog-article-feed-holder #blog-article-feed-dropdown {
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 2.1px;
    border: none;
    border-bottom: 1px solid #979797;
    max-width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .blog-article-feed-container {
    padding: 15px;
    margin: 0 auto;
    max-width: 1280px;
  }
  .blog-article-feed-holder .blog-feed-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-article-feed-holder .blog-feed-article {
    flex: 0 0 32%;
    margin-bottom: 100px;
  }
  .blog-article-feed-holder .blog-feed-article-image-bg {
    width: 100%;
    height: 248px;
    background-color: #e2e2e2;
    margin-bottom: 25px;
  }
  .blog-article-feed-holder .blog-feed-article-date-one {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .blog-article-feed-holder .blog-feed-article-title {
    line-height: 2.5rem;
    margin: 0;
  }
  .blog-article-feed-holder .blog-feed-article-date-category {
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 1px;
  }
  .blog-article-feed-holder .blog-feed-article-read-more {
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .blog-article-feed-holder .blog-feed-article-read-more-arrow {
    font-size: 1rem;
  }
  .blog-article-feed-holder .dropdown-filter,
  .blog-article-feed-holder .blog-article-feed-header {
    margin-bottom: 36px;
  }
  .blog-article-feed-holder #blog-article-feed-dropdown {
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    padding: 15px 0;
    letter-spacing: 1.8px;
    border: none;
    border-bottom: 1px solid #979797;
  }
}
.Input_field {
  max-height: 46px !important;
  padding: 13px 10px !important;
  background: #ededed !important;
  width: calc(100% - 100px) !important;
  border-radius: 20px !important;
  margin-left: 10px !important;
  box-sizing: border-box !important;
}

.Input_button {
  position: relative !important;
  bottom: -0.1875em !important;
  margin-left: -0.0625em !important;
}

.setcontactus-btn-margin {
  position: absolute !important;
  left: 663px !important;
  margin-top: 1.3125em !important;
  padding: 2px;
}

.execuse_text_margin {
  margin-bottom: -1.3125em !important;
}

.web-chat-contact_us_hyperlink {
  color: blue !important;
  text-decoration: underline !important;
}

.margin-unable-connect {
  width: 76% !important;
}

.parent-chat-icon {
  margin-bottom: 64px !important;
}

.parent-chat-start-icon {
  position: fixed !important;
  right: 5px !important;
  bottom: 17px !important;
  cursor: pointer !important;
  z-index: 1 !important;
}

.chat-icon-position {
  position: fixed !important;
  bottom: 89px !important;
  right: 8px !important;
  height: 44px !important;
  z-index: 1 !important;
}

.time-font-size {
  font-size: 72px !important;
}
.time-font-size span {
  font-size: 24px !important;
}

.modal-content {
  border: 0em solid #888 !important;
}

.modal-header {
  display: flex !important;
  background: #333 !important;
  color: #fff !important;
  padding: 0 !important;
}

.act-modal-head {
  width: 100% !important;
  font-size: 1.5em !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0.938em 1.5625em !important;
}

.timer-logout-btn {
  padding: 8px 30px !important;
  font-size: 16px !important;
  border-radius: 0px !important;
}

#chat-autoTimeoutModal #web-chat-idle-modal .modal-content {
  background-color: #fefefe !important;
  margin: auto !important;
  padding: 0px !important;
  border: 1px solid #888;
  width: 600px !important;
  margin: 5% auto !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content {
  display: flex !important;
  width: 90% !important;
  margin-top: -20px !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .w-third {
  vertical-align: baseline;
  width: 23.33333% !important;
  margin-top: -86px !important;
  height: 0px !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .w-third .time-font-size {
  font-size: 72px !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .w-two-thirds {
  padding-left: 0.5rem !important;
  width: 228.66667% !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .w-two-thirds .f2 {
  font-size: 2.25rem !important;
  margin-bottom: -19px !important;
  line-height: 78px !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .w-two-thirds .f3 {
  font-size: unset !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .w-two-thirds p {
  margin-top: 0 !important;
  color: #333;
  margin-bottom: 0 !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .modal-header .close {
  color: #aaaaaa !important;
  float: right !important;
  font-size: 28px !important;
  font-weight: bold !important;
  padding: 17px !important;
  opacity: unset !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .dialog-content .modal-header .modal-body {
  position: relative !important;
  margin-top: -61px !important;
  padding: 15px !important;
}
#chat-autoTimeoutModal #web-chat-idle-modal .modal-content .modal-footer .btn-link {
  color: unset !important;
}

.row #Smallchat .Layout .chat-confirmation-dialog .end-webchat-confirmation-buttons button {
  line-height: unset !important;
}
.row #Smallchat .Layout .web-chat-send-mesg-failed-confirmation-dialog .web-chat-send-mesg-failed-confirmation-buttons button {
  line-height: unset !important;
}

.row #Smallchat .Layout .Messenger_messenger .Messenger_content .chat-agent-typing {
  margin-bottom: 1.7em;
}
.row #Smallchat .user-name-time {
  margin-bottom: 0px !important;
}
.row #Smallchat .set-margin-send-api-failed p {
  margin: 0px !important;
  line-height: inherit !important;
}
.row #Smallchat .set-margin-send-api-failed p a {
  color: #23488e !important;
}

.benefit-holder {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 1.5625em 0 3.125em;
}
.benefit-holder .benefit-group {
  padding: 1.25em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefit-holder .benefit-group .benefit {
  border-radius: 0;
  border-right: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0.5em 0;
  flex: 1 1 25%;
  align-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-decoration: unset;
  color: #002155;
  margin: 5px 0;
}
.benefit-holder .benefit-group .benefit h4 {
  margin: 0;
  line-height: 1.625em;
  font-size: 1.125em;
  font-weight: 500;
}
.benefit-holder .benefit-group .benefit p {
  margin: 0;
  line-height: 1.625em;
  font-weight: normal;
  font-size: 0.875em;
}
.benefit-holder .benefit-group .benefit:nth-child(4) {
  border-right: 0;
}
.benefit-holder .benefit-group .benefit:last-child {
  border-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .benefit-holder {
    margin: 1.5625em 0.9375em 3.125em;
  }
}

@media (max-width: 767px) {
  .benefit-holder {
    margin: 0 15px 20px;
  }
  .benefit-holder .benefit-group {
    flex-direction: column;
    padding: 0;
    padding: 0 10%;
  }
  .benefit-holder .benefit-group .benefit {
    padding: 1.5rem 0;
    border-bottom: 1px solid #cccccc;
    border-right: unset;
  }
  .benefit-holder .benefit-group .benefit:last-child {
    border-bottom: unset;
  }
}
.traditional-version {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 1.5625em 0px 3.125em;
}
.traditional-version table {
  width: 100%;
  text-align: center;
}
.traditional-version table thead {
  border-bottom: 1px solid #cccccc;
}
.traditional-version table thead th {
  padding: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25em;
}
.traditional-version table thead th span {
  display: inline-block;
  width: min-content;
  overflow-wrap: break-word;
  word-break: unset;
}
.traditional-version table tbody tr:last-child td {
  padding-bottom: 1em;
}
.traditional-version table tbody tr td {
  padding-bottom: 0;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.625em;
}
.traditional-version table tbody tr td:first-child {
  text-align: center;
}
.traditional-version table tbody tr td:last-child {
  text-align: center;
}
.traditional-version table tbody tr td span {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .traditional-version {
    margin: 1.5625em 0.9375em 3.125em;
  }
}

.traditional-version-mobile {
  display: none;
}

.traditional-verison-desktop {
  display: block;
}

@media (max-width: 767px) {
  .traditional-verison-desktop {
    display: none !important;
  }
  .traditional-version-mobile {
    display: block;
  }
  .traditional-version {
    display: flex;
    flex-direction: column;
    margin: 1.5625em 0.9375em 1.5625em;
    box-shadow: unset;
  }
  .traditional-version .card-title {
    padding: 0.6em;
    color: #002155;
    border-bottom: 1px solid #cccccc;
  }
  .traditional-version .card-title h4 {
    margin: 0;
  }
  .traditional-version .card-title h4 span {
    font-weight: bold;
  }
  .traditional-version .card-section {
    display: flex;
    flex-direction: row;
    padding: 1em;
  }
  .traditional-version .card-section .title {
    padding-right: 1.5625em;
    display: flex;
    flex-direction: column;
  }
  .traditional-version .card-section .title p {
    font-weight: 500;
    margin: 0;
    font-size: 0.875em;
    line-height: 1.25em;
    padding-bottom: 5px;
  }
  .traditional-version .card-section .title-desc {
    display: flex;
    flex-direction: column;
  }
  .traditional-version .card-section .title-desc p {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.25em;
    padding-bottom: 5px;
  }
}
.flexgrid-cntr {
  margin-top: 1.5rem;
}
.flexgrid-cntr.blend-list {
  padding: 10px 40px;
  background: #f7f7f7;
}
.flexgrid-cntr.blend-list .flexgrid-item {
  width: 31%;
}
.flexgrid-cntr.blend-list .flexgrid-item pre {
  white-space: pre-wrap;
  color: #333333 !important;
  font-family: Roboto !important;
}
@media (max-width: 767px) {
  .flexgrid-cntr.blend-list .flexgrid-item {
    width: 100% !important;
  }
}
.flexgrid-cntr.blend-tiles .flexgrid-holder.tilesWrapper {
  justify-content: center;
}
.flexgrid-cntr.blend-tiles .flexgrid-holder.tilesWrapper .tileWrapperBorder {
  margin: 0.625em;
}
.flexgrid-cntr .land-loan-tile {
  display: block !important;
  padding-bottom: 40px;
}
.flexgrid-cntr .tilesWrapper {
  padding: 0.9375em 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.flexgrid-cntr .tilesWrapper .tileWrapperBorder {
  border: 1px solid #002d74;
  background: #ffffff;
  border-radius: 6px;
  flex: 0 0 31% !important;
  padding: 1.5625em 1.25em !important;
  margin: 0.625em 0;
  cursor: pointer;
  text-align: center;
}
.flexgrid-cntr .tilesWrapper .tileWrapperBorder:hover {
  border: 1px solid #0074e7;
  background-color: #f7f7f7;
}
.flexgrid-cntr .tilesWrapper .tileWrapperBorder h3 {
  letter-spacing: 0;
  line-height: 1.3125em;
  font-weight: 500 !important;
  color: #002155;
  margin: 0 !important;
  font-size: 1.125em !important;
}
.flexgrid-cntr .tilesWrapper .tileWrapperBorder img,
.flexgrid-cntr .tilesWrapper .tileWrapperBorder .icon-fallback {
  width: 2.8125em !important;
  height: 2.8125em !important;
  margin: 0 auto 0.625em !important;
}
.flexgrid-cntr .tilesWrapper .tileWrapperBorder img.blendIconClass {
  width: 7rem !important;
  height: 7rem !important;
  margin: 0 auto 0.625em !important;
}
.flexgrid-cntr .tilesWrapper .tileWrapperBorder .desc {
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: -0.17px;
  line-height: 1.3125rem;
  color: #002155;
  margin-top: 6px;
}
.flexgrid-cntr .tilesWrapper .removeHoverBorder {
  border: 1px solid #002d74 !important;
  background-color: unset !important;
}
.flexgrid-cntr .tilesWrapper .removeHoverBorder h3 {
  font-size: 1em !important;
  padding-bottom: 0.4em !important;
}
.flexgrid-cntr .tilesWrapper .removeHoverBorder p {
  margin: 0 !important;
}
.flexgrid-cntr .tilesWrapper .noBorderRadius {
  border-radius: 0;
  padding: 1.875em 1.25em 2.5em !important;
  cursor: pointer;
}
.flexgrid-cntr .tilesWrapper .noBorderRadius h3 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.0625em;
  text-align: center;
  color: #002155;
  padding-top: 0.875em;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .flexgrid-cntr .tilesWrapper {
    margin: 0 0.9375em;
    flex-direction: column;
  }
  .flexgrid-cntr .tilesWrapper .tileWrapperBorder {
    padding: 1.5em 0.625em !important;
    margin: 5px 0 !important;
  }
  .flexgrid-cntr .tilesWrapper .tileWrapperBorder:not(:first-child) {
    border-left: 1px solid #002d74 !important;
  }
  .flexgrid-cntr .tilesWrapper .tileWrapperBorder:not(:first-child):hover {
    border-left: 1px solid #0074e7 !important;
  }
  .flexgrid-cntr .tilesWrapper .removeHoverBorder:not(:first-child):hover {
    border-left: 1px solid #979797 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flexgrid-cntr .tilesWrapper {
    padding: 0 15px !important;
  }
}

.latest-version .sf_colsOut {
  width: 70%;
  margin: auto;
  padding-bottom: 0.5rem;
}
.latest-version .sf_colsOut .sf_colsIn {
  text-align: center;
}
.latest-version .sf_colsOut .sf_colsIn img {
  width: 45px !important;
  height: 45px !important;
}
.latest-version .sf_colsOut .sf_colsIn .content-block {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .latest-version .sf_colsOut {
    width: 100%;
  }
}

.flex-tiles {
  margin-top: 3rem;
}
.flex-tiles .flexList-holder {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 2.5rem 2rem;
  height: 100%;
}
.flex-tiles .flexList-holder h2 {
  margin: 0;
  color: #002d74;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1.75em;
  font-weight: 400;
  background-color: #ffffff;
}
.flex-tiles .flexList-holder .flexList-group {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}
.flex-tiles .flexList-holder .flexList-group .list-container {
  display: flex;
  flex: 0 0 31.33%;
  padding-left: 1.25rem;
}
.flex-tiles .flexList-holder .flexList-group .list-container h4 {
  color: #002155;
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1.3125em;
  margin-bottom: 8px;
  font-weight: 400;
}
.flex-tiles .flexList-holder .flexList-group .list-container .para {
  color: #002155;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3125em;
  margin: 0;
}
.flex-tiles .flexList-holder .flexList-group .list-container a {
  color: #0074e7;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.1875em;
  margin-top: 1.3125em;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.flex-tiles .flexList-holder .flexList-group .list-container ul {
  padding-left: 20px;
}
.flex-tiles .flexList-holder .flexList-group .addSingleRow {
  min-width: 100%;
  padding-left: 0 !important;
  margin-top: 0.9375em;
}
.flex-tiles .flexList-holder .flexList-group .addSingleRow h4 {
  display: none;
}
.flex-tiles .flexList-holder .flexList-group .addSingleRow .para p {
  color: #002155 !important;
  font-size: 1.125em !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 2.25em !important;
  margin-bottom: 0.75em !important;
  margin-top: 0 !important;
}
.flex-tiles .flexList-holder .flexList-group .addSingleRow .para p a {
  margin: 0 !important;
}
.flex-tiles .flexList-holder .flexList-group .addSingleRow .para p ul {
  padding-left: 20px !important;
}
@media (max-width: 767px) {
  .flex-tiles .flexList-holder {
    padding: 2rem 1rem;
    margin: 1rem;
  }
  .flex-tiles .flexList-holder .flexList-group {
    flex-direction: column;
  }
  .flex-tiles .flexList-holder .flexList-group .list-container {
    padding-left: 0;
    flex: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .flex-tiles {
    padding: 0 0.9375em;
  }
}
.flex-tiles .cta-wrapper-container .extrnal {
  background: none !important;
}

.flex-wrapper-addSingleRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-wrapper-addSingleRow .flex-tiles {
  width: 48%;
}
.flex-wrapper-addSingleRow .multipleRow {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .flex-wrapper-addSingleRow .flex-tiles {
    width: 100%;
  }
}

.sundaysky-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.parent-apply-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 652px;
  z-index: 1000;
  border-radius: 8px;
  max-height: 90vh;
}
.parent-apply-now #modalSubTitle {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
.parent-apply-now #modalSubTitle h6 {
  color: #002d74 !important;
  font-family: Roboto !important;
  font-size: 18px !important;
  letter-spacing: -0.18px !important;
  line-height: 21.78px !important;
  margin-top: 21px;
  margin-bottom: 42px;
}
.parent-apply-now .popup-form-apply-now {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.parent-apply-now .popup-form-apply-now h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-size: 1rem;
}
.parent-apply-now .popup-form-apply-now .flex-column {
  flex-direction: column !important;
}
.parent-apply-now .popup-form-apply-now .flex-column #loanTiles {
  margin-top: -78px !important;
}
.parent-apply-now .popup-form-apply-now .flex-column #loanTiles .heloc-modal-container {
  justify-content: center;
  padding-bottom: 85px;
}
.parent-apply-now .popup-form-apply-now .flex-column #loanTiles .heloc-modal-container .box {
  box-sizing: border-box;
  height: auto;
  width: 190px;
  border: 0.62px solid #002d74;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
}
.parent-apply-now .popup-form-apply-now .flex-column #loanTiles .heloc-modal-container .mortgageBox {
  margin-right: 60.38px;
}
.parent-apply-now .popup-form-apply-now .form-header {
  padding: 11px 10px;
  position: relative;
  display: flex;
  z-index: 999;
}
.parent-apply-now .popup-form-apply-now .form-header h2 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.parent-apply-now .popup-form-apply-now .form-header a {
  position: absolute;
  right: 20px;
  top: 7px;
  text-decoration: none;
  color: white;
  font-size: 33px;
}
.parent-apply-now .popup-form-apply-now .modal-header .modal-title {
  position: relative !important;
  bottom: 40px !important;
}
.parent-apply-now .popup-form-apply-now .modal-header #modalTitle {
  height: 33px;
  width: 77px;
  color: #002d74;
  font-family: Roboto;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32.68px;
}
.parent-apply-now .popup-form-apply-now .modal-header #modalSubTitle {
  color: #002d74;
  font-family: Roboto;
  font-size: 18px;
  letter-spacing: -0.18px;
  margin-top: 21px;
  margin-bottom: 42px;
  line-height: 21.78px;
}
.parent-apply-now .tilesContainer {
  display: flex;
  margin-top: 19px;
  text-align: center;
}
.parent-apply-now .modal-header {
  background: unset !important;
  color: unset !important;
  padding: 26px !important;
}
.parent-apply-now .box {
  width: 190px;
  height: auto;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 0.63px solid #002d74;
  background-color: #ffffff;
}
.parent-apply-now .mortgageBox {
  margin-right: 14.38px;
}
.parent-apply-now .box:hover {
  box-sizing: border-box;
  border: 0.63px solid #002d74;
  background-color: #ffffff;
}
.parent-apply-now .tileTitle {
  margin-top: auto;
  color: #002d74;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: -0.13px;
  line-height: 13.13px;
  text-align: center;
}
.parent-apply-now .tileImg {
  width: 61px !important;
}
.parent-apply-now .tileText {
  margin-top: 10px;
  padding-bottom: 21px;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  color: #333333;
}
.parent-apply-now a.land-loan {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  font-size: medium;
  display: block;
}
@media (max-width: 768px) {
  .parent-apply-now .parent-apply-now {
    width: 95%;
    max-width: 90%;
  }
  .parent-apply-now .box {
    width: 90%;
    margin: 20px;
  }
  .parent-apply-now .tilesContainer {
    display: block;
  }
}
.parent-apply-now [type=radio] {
  visibility: hidden;
  /* hide default radio button */
  /* you may need to adjust margin here, too */
}
.parent-apply-now [type=radio]::before {
  /* create pseudoelement */
  border: 2px solid #175d62;
  /* thickness, style, color */
  height: 0.9em;
  /* height adjusts with font */
  width: 0.9em;
  /* width adjusts with font */
  border-radius: 50%;
  /* make it round */
  display: block;
  /* or flex or inline-block */
  content: " ";
  /* won't display without this */
  cursor: pointer;
  /* appears clickable to mouse users */
  visibility: visible;
  /* reverse the 'hidden' above */
  margin-top: 5px;
}
.parent-apply-now [type=radio]:checked::before {
  /* selected */
  /* add middle dot when selected */
  /* slightly bigger second value makes it smooth */
  /* even more (e.g., 20% 50%) would make it fuzzy */
  background: radial-gradient(#175d62 36%, transparent 38%);
}
@media (max-width: 768px) {
  .parent-apply-now .apply-now-modal .modal-dialog .modal-content .apply-now-modal-body #login-details .login-form {
    width: 100%;
  }
  .parent-apply-now .parent-apply-now {
    width: 95%;
    max-width: 90%;
  }
}
.parent-apply-now .show {
  display: block;
}
.parent-apply-now .hide {
  display: none;
}

.heloc-container .modal-header {
  background: unset !important;
  color: unset !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
  padding-top: 26px !important;
  padding-bottom: 4px !important;
}

@media all and (max-width: 599px) {
  .parent-apply-now {
    overflow-y: auto;
  }
}
@media all and (max-width: 599px) {
  .heloc-container {
    width: 95%;
    max-width: 90%;
  }
  .heloc-container .tilesContainer {
    display: block;
  }
  .heloc-container .popup-form-apply-now .modal-header #loanTiles .tilesContainer .box {
    width: 90%;
    margin: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .parent-apply-now {
    overflow-y: auto;
  }
  .heloc-container {
    width: 48% !important;
    max-width: 1978px !important;
  }
}

/*# sourceMappingURL=fuse.min.css.map */
